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))