General refactor + cleanup
This commit is contained in:
parent
435fda0f41
commit
27bfa14def
4 changed files with 12 additions and 16 deletions
|
@ -7,9 +7,10 @@
|
|||
(package! f)
|
||||
|
||||
;; core-os.el
|
||||
(when IS-MAC
|
||||
(package! exec-path-from-shell)
|
||||
(package! osx-clipboard))
|
||||
;; In case this config is shared across multiple computers (like mine is), let's
|
||||
;; protect these from autoremoval.
|
||||
(package! exec-path-from-shell :ignore (not IS-MAC))
|
||||
(package! osx-clipboard :ignore (not IS-MAC))
|
||||
|
||||
;; core-ui.el
|
||||
(package! highlight-indentation)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue