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

@ -3,12 +3,7 @@
(defconst IS-MAC (eq system-type 'darwin))
(defconst IS-LINUX (eq system-type 'gnu/linux))
;; In case this config is shared across multiple computers (like mine are),
;; let's protect these from autoremoval.
(push 'exec-path-from-shell doom-protected-packages)
(push 'osx-clipboard doom-protected-packages)
;; clipboard
;; clipboard
(setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)
;; Use a shared clipboard
select-enable-clipboard t