General refactor + cleanup

This commit is contained in:
Henrik Lissner 2017-06-05 14:21:52 +02:00
parent 435fda0f41
commit 27bfa14def
4 changed files with 12 additions and 16 deletions

View file

@ -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)