mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix xclip exclusion on linux
Due to unintentionally inverted condition
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
(package! osx-clipboard :ignore (not IS-MAC))
|
||||
(package! undo-tree)
|
||||
(package! ws-butler)
|
||||
(package! xclip :ignore IS-LINUX)
|
||||
(package! xclip :ignore (not IS-LINUX))
|
||||
|
||||
;; core-projects.el
|
||||
(package! projectile)
|
||||
|
Reference in New Issue
Block a user