summaryrefslogtreecommitdiff
path: root/emacs/site-lisp
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2025-12-02 21:04:23 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2025-12-02 21:04:43 -0800
commit10b9983323796413d0c72e4c9f64cbe3652d9f1b (patch)
tree1b94e7e20c401bedd406fadc833b6b704a49d29e /emacs/site-lisp
parente109ea50a18701f8f22f4ce8ed30da2aae277d01 (diff)
viper off by default, fbterm support, singleheader
Diffstat (limited to 'emacs/site-lisp')
-rwxr-xr-xemacs/site-lisp/single-header.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/site-lisp/single-header.el b/emacs/site-lisp/single-header.el
index c5cab2b..9d5086b 100755
--- a/emacs/site-lisp/single-header.el
+++ b/emacs/site-lisp/single-header.el
@@ -244,6 +244,8 @@ arg, dismiss all the notifications."
:group 'single-header
:global t
:init-value nil
+ :keymap `((,(kbd "M-L d") . single-header-dismiss)
+ (,(kbd "M-L t") . single-header-mode))
:interactive t
(if (not single-header-mode)
(single-header-delete)