[Init] Don’t load projectile on windows
This commit is contained in:
parent
768c8d3004
commit
792efa7484
5
init.el
5
init.el
@ -118,13 +118,14 @@
|
|||||||
sml/setup
|
sml/setup
|
||||||
ivy-mode
|
ivy-mode
|
||||||
which-key-mode
|
which-key-mode
|
||||||
projectile-mode
|
|
||||||
eyebrowse-mode))
|
eyebrowse-mode))
|
||||||
(ignore-errors ; don’t barf if mode cannot be loaded
|
(ignore-errors ; don’t barf if mode cannot be loaded
|
||||||
(funcall mode +1)))
|
(funcall mode +1)))
|
||||||
|
|
||||||
(unless on-windows
|
(unless on-windows
|
||||||
(pdf-tools-install))
|
(ignore-errors
|
||||||
|
(projectile-mode +1)
|
||||||
|
(pdf-tools-install)))
|
||||||
|
|
||||||
;; Global Hooks
|
;; Global Hooks
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user