about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-06-01 12:59:28 +0100
committerDavid Morgan <djm_uk@protonmail.com>2023-06-01 12:59:28 +0100
commitfcb5b8ab3b9e8fe8ab699baa8cdbb78a8935d62c (patch)
tree6281dd1f18b87a33fcc48ab9359427e908ff4d07 /.emacs.d
parent3a262df924becf7db13574a1ec5c5f6282616e09 (diff)
downloaddotfiles-fcb5b8ab3b9e8fe8ab699baa8cdbb78a8935d62c.tar.gz
Auto-hide elpaca-log buffers
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-windows.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-windows.el b/.emacs.d/lisp/init-windows.el
index 95108b5..29b1ebc 100644
--- a/.emacs.d/lisp/init-windows.el
+++ b/.emacs.d/lisp/init-windows.el
@@ -95,6 +95,7 @@
      "\\*HTTP Response\\*"
      "Output\\*$"
      "\\*Async Shell Command\\*"
+     ("\\*elpaca-log\\*" . hide)
      help-mode
      helpful-mode
      compilation-mode))