Add homebrew.el
This commit is contained in:
parent
32588d9d39
commit
1dcc953d33
9
emacs/.emacs.d/config/init-homebrew.el
Normal file
9
emacs/.emacs.d/config/init-homebrew.el
Normal file
@ -0,0 +1,9 @@
|
||||
;; -*- lexical-binding: t; -*-
|
||||
|
||||
;; An Emacs interface to the Homebrew package manager
|
||||
(use-package homebrew
|
||||
:straight (:host github :repo "jdormit/homebrew.el")
|
||||
:if (executable-find "brew")
|
||||
:defer t)
|
||||
|
||||
(provide 'init-homebrew)
|
@ -88,6 +88,7 @@
|
||||
(require 'init-email)
|
||||
(require 'init-kubernetes)
|
||||
(require 'init-epub)
|
||||
(require 'init-homebrew)
|
||||
|
||||
(when (file-exists-p custom-file)
|
||||
(load custom-file 'noerror 'nomessage))
|
||||
|
Loading…
Reference in New Issue
Block a user