Skip to content

Commit

Permalink
add standard minor mode keyword args to buffer mode
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Aug 7, 2024
1 parent a80b0b2 commit 1046964
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rigpa-buffer-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,9 @@ current ('original') buffer."
("?" rigpa-buffer-info t)
("q" rigpa-buffer-return-to-original t)
("<return>" rigpa-enter-lower-level t)
("<escape>" rigpa-enter-higher-level t)))
("<escape>" rigpa-enter-higher-level t))
:lighter " buffer"
:group 'rigpa)

(defun rigpa-enter-buffer-mode ()
"Enter buffer mode.
Expand Down

0 comments on commit 1046964

Please sign in to comment.