Disable ns-auto-titlebar & xclip properly on other OSes

This commit is contained in:
Henrik Lissner 2020-01-06 15:07:13 -05:00
parent 36e73aedb6
commit 0d43159607
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -17,7 +17,8 @@
(package! better-jumper)
(package! dtrt-indent)
(package! helpful)
(package! ns-auto-titlebar :ignore (not IS-MAC))
(when IS-MAC
(package! ns-auto-titlebar))
(package! pcre2el)
(package! smartparens)
(package! so-long
@ -34,7 +35,8 @@
;; Use my fork of ws-butler, which has a few choice improvements and
;; optimizations (the original has been abandoned).
:recipe (:host github :repo "hlissner/ws-butler"))
(package! xclip :ignore IS-WINDOWS)
(unless IS-WINDOWS
(package! xclip))
;; core-projects.el
(package! projectile)