Refactor initfiles

This commit is contained in:
Henrik Lissner 2014-09-05 17:08:40 -04:00
parent 6b094920bd
commit f2e2f05742
34 changed files with 1161 additions and 860 deletions

View file

@ -1,3 +1,4 @@
(provide 'core-osx)
;; Use a shared clipboard
(setq x-select-enable-clipboard t)
@ -10,6 +11,3 @@
(use-package exec-path-from-shell
:if (memq window-system '(mac ns))
:init (exec-path-from-shell-initialize))
;;
(provide 'core-osx)