diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-11-10 03:23:50 -0500 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-11-10 03:23:50 -0500 |
commit | 204ce98800617cdc00fe5df7663c5cf35a21b2da (patch) | |
tree | ee0f038774ffeafb9c24658212a31898ebbdf87e /init.el | |
parent | Make org-agenda time-grid look more consistent (diff) | |
download | mmosmacs-204ce98800617cdc00fe5df7663c5cf35a21b2da.tar.gz mmosmacs-204ce98800617cdc00fe5df7663c5cf35a21b2da.tar.bz2 mmosmacs-204ce98800617cdc00fe5df7663c5cf35a21b2da.zip |
Start `auto-dim-other-buffers-mode` automatically after Emacs starts
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -412,6 +412,7 @@ | |||
412 | auto-dim-other-buffers-dim-on-switch-to-minibuffer t)) | 412 | auto-dim-other-buffers-dim-on-switch-to-minibuffer t)) |
413 | (set-face-attribute 'auto-dim-other-buffers-face nil :background "#000") | 413 | (set-face-attribute 'auto-dim-other-buffers-face nil :background "#000") |
414 | (set-face-attribute 'auto-dim-other-buffers-hide-face nil :background "#000" :foreground "#000") | 414 | (set-face-attribute 'auto-dim-other-buffers-hide-face nil :background "#000" :foreground "#000") |
415 | (add-hook 'after-init-hook 'auto-dim-other-buffers-mode) | ||
415 | 416 | ||
416 | 417 | ||
417 | ;; --------------------------------- | 418 | ;; --------------------------------- |