summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-09-08 13:49:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-09-08 13:49:33 -0700
commit0e7ec4217441f95d6d4eab0af0c7ae4c06f6f087 (patch)
treed935b66c51284f5bf531bcba8a2c929f78bd6973 /.emacs.d
parentf6e2af1de4966d356a75c9e663a12cba05d09876 (diff)
downloaddotfiles-0e7ec4217441f95d6d4eab0af0c7ae4c06f6f087.tar.gz
add binding for `redtick' & move `redtick-mode' binding
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init-spw.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index 5fc64f30..d983b07c 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -2447,7 +2447,8 @@ mutt's review view, after exiting EDITOR."
(ws-butler-global-mode))
(spw/when-library-available redtick
- (global-set-key "\C-cP" #'redtick-mode)
+ (global-set-key "\C-cP" #'redtick)
+ (global-set-key "\C-cgP" #'redtick-mode)
(setq redtick-history-file nil))
(spw/when-library-available notmuch