summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-21 17:15:34 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-21 17:15:34 -0700
commit5d0537cbc657430aed622790f7de2f0b151ff94c (patch)
tree331855627ef4934767eb5e9d3ebca69400d0d055 /.emacs.d
parentfeed41ba15c8dcd9616a56cf01c4cb104eb9bd59 (diff)
downloaddotfiles-5d0537cbc657430aed622790f7de2f0b151ff94c.tar.gz
idea about binding C-c k in transient cycling map
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init-spw.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index 9692e9fd..7c8a9d65 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -115,6 +115,8 @@ add places the library might be available to `load-path'."
(lambda (count)
(interactive "p")
(funcall cycling-function (* -1 count))))
+ ;; Might be useful to bind C-c k in the transient map to
+ ;; kill the current buffer and cycle one step.
(define-key tmap [right] cycling-function)
(set-transient-map tmap t on-exit)
;; showing a message here is wanted because experience has