Add doom-protected-packages for excluding packages from autoremoval
This commit is contained in:
parent
e3a33f6a9e
commit
0c23ff43a4
3 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue