diff options
author | 2019-09-13 18:52:19 -0400 | |
---|---|---|
committer | 2019-09-13 18:52:19 -0400 | |
commit | 62e31918e9d50b3126ac3ad4fabd99b3a83ebbcb (patch) | |
tree | db1cf5ae97629c182d23c0f2ea57d5122efeadcd /.emacs.d/init.el | |
parent | b25452ae882105b96d82ef52f1c59dc4092a39fa (diff) | |
download | configs-62e31918e9d50b3126ac3ad4fabd99b3a83ebbcb.tar.gz configs-62e31918e9d50b3126ac3ad4fabd99b3a83ebbcb.tar.xz configs-62e31918e9d50b3126ac3ad4fabd99b3a83ebbcb.zip |
emacs: update packages, disable exwm for now
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
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 |