General refactor + cleanup
This commit is contained in:
parent
435fda0f41
commit
27bfa14def
4 changed files with 12 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue