From 710fd57524ab5a1d0ebffa28ab0dba81035d48d0 Mon Sep 17 00:00:00 2001 From: Simponic Date: Wed, 4 Jan 2023 00:06:20 -0700 Subject: [PATCH] Add elcord options --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index be6fe75..9f55812 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -30,6 +30,9 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(elcord-idle-message "Idling...") + '(elcord-idle-timer 120) + '(elcord-refresh-rate 3) '(package-selected-packages '(kotlin-mode magit counsel doom-modeline doom-themes use-package)) '(tab-width 2))