X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/3e61146ea1009db8d48bf53422de799fed285a12..076e900995d9d71d54e3788691cd0958f38c6dfc:/lisp/bandali-message.el 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