(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
("r" . footnote-renumber-footnotes)
("s" . footnote-set-style)))
-(use-package message-x)
-
(comment
(use-package message-x
:custom