Disable elcord on fractal

This commit is contained in:
Magic_RB 2020-10-01 15:42:32 +02:00
parent 3c3e7d1495
commit 52b58d2772

View file

@ -109,7 +109,9 @@ There are two things you can do about this warning:
(use-package elcord
:ensure t
:config
(elcord-mode))
(when (not (string= (system-name) "fractal"))
(elcord-mode))
)
(use-package magit
:ensure t)