Add homebrew.el
This commit is contained in:
parent
69ade21739
commit
d34ab13968
@ -7008,3 +7008,11 @@ makes quotes curly and dashes long, etc.
|
||||
(use-package rego-mode
|
||||
:mode (("\\.rego\\'" . rego-mode)))
|
||||
#+END_SRC
|
||||
|
||||
* Homebrew
|
||||
#+begin_src emacs-lisp
|
||||
(use-package homebrew
|
||||
:straight (:host github :repo "jdormit/homebrew.el")
|
||||
:defer t)
|
||||
#+end_src
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user