From 62e31918e9d50b3126ac3ad4fabd99b3a83ebbcb Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 13 Sep 2019 18:52:19 -0400 Subject: emacs: update packages, disable exwm for now --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 47ff590..a5ac8f8 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -394,6 +394,7 @@ For disabling the behaviour for certain buffers and/or modes." ;; time and battery in mode-line (use-feature time + :disabled :demand :config (display-time-mode) @@ -402,6 +403,7 @@ For disabling the behaviour for certain buffers and/or modes." (display-time-format "%a %b %-e, %-l:%M%P")) (use-feature battery + :disabled :demand :config (display-battery-mode) @@ -561,6 +563,7 @@ For disabling the behaviour for certain buffers and/or modes." ;;; Essential packages (use-package exwm + :disabled :demand :config ;; make class name the buffer name, truncating beyond 60 characters -- cgit v1.2.3-60-g2f50