mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add doom-protected-packages for excluding packages from autoremoval
This commit is contained in:
@ -3,6 +3,11 @@
|
||||
(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
|
||||
(setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)
|
||||
;; Use a shared clipboard
|
||||
|
Reference in New Issue
Block a user