Also, remove (use-package message-x). Doesn't seem to be needed for
tab completion of Gcc in message.el.
"C-c t" "themes")
;; prefixes for major modes
"C-c t" "themes")
;; prefixes for major modes
- (which-key-add-major-mode-key-based-replacements 'message-mode
- "C-c f n" "footnote")
(which-key-add-major-mode-key-based-replacements 'org-mode
"C-c C-v" "org-babel")
(which-key-add-major-mode-key-based-replacements 'org-mode
"C-c C-v" "org-babel")
(use-package footnote
:after message
(use-package footnote
:after message
;; (setq footnote-start-tag ""
;; footnote-end-tag ""
;; footnote-style 'unicode)
;; (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
:bind
(:map message-mode-map
:prefix-map b/footnote-prefix-map
("r" . footnote-renumber-footnotes)
("s" . footnote-set-style)))
("r" . footnote-renumber-footnotes)
("s" . footnote-set-style)))
-(use-package message-x)
-
(comment
(use-package message-x
:custom
(comment
(use-package message-x
:custom