diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/bandali-message.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/bandali-message.el b/lisp/bandali-message.el index ca30dc4..750188c 100644 --- a/lisp/bandali-message.el +++ b/lisp/bandali-message.el @@ -76,10 +76,13 @@ (use-package footnote :after message - ;; :config + :config ;; (setq footnote-start-tag "" ;; footnote-end-tag "" ;; footnote-style 'unicode) + (when (featurep 'which-key) + (which-key-add-major-mode-key-based-replacements 'message-mode + "C-c f n" "footnote")) :bind (:map message-mode-map :prefix-map b/footnote-prefix-map @@ -92,8 +95,6 @@ ("r" . footnote-renumber-footnotes) ("s" . footnote-set-style))) -(use-package message-x) - (comment (use-package message-x :custom |