From 52b58d2772bc597430c25507b2dfd55da56c76bb Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Thu, 1 Oct 2020 15:42:32 +0200 Subject: [PATCH] Disable elcord on fractal --- dot_emacs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_emacs b/dot_emacs index 76e1449..3ba9765 100755 --- a/dot_emacs +++ b/dot_emacs @@ -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)