mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
General refactor + cleanup
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user