From 58d8881bb3e28f5a39a124985cf0c1041194a1e2 Mon Sep 17 00:00:00 2001 From: --global <--global> Date: Wed, 30 Nov 2022 15:51:09 +0300 Subject: [PATCH] Turn on elcord-mode on launch for emacs --- .doom.d/config.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.doom.d/config.el b/.doom.d/config.el index 01ee3ff..bdd7473 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -49,7 +49,9 @@ (beacon-mode 1) (good-scroll-mode 1) -(elcord-mode 1) +(elcord-mode 1) ;; Magit will use the name "--global" if you just forget to + ;; set your git name and mail, so I set them up and will push this change + ;; as a commit. Pretend you didn't see this. (custom-set-variables '(initial-frame-alist (quote ((fullscreen . maximized))))