From a4a628392a6d311f95808c8fd1748ee3009d4f13 Mon Sep 17 00:00:00 2001 From: --global <--global> Date: Wed, 30 Nov 2022 15:55:56 +0300 Subject: [PATCH] Turn on elcord-mode on launch for emacs --- .doom.d/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.doom.d/config.el b/.doom.d/config.el index bdd7473..c7d0b5a 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -52,6 +52,7 @@ (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. + ;; Edit: It just didn't work. I'll commit this one using git. Still not here. (custom-set-variables '(initial-frame-alist (quote ((fullscreen . maximized))))