summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-08-31 14:44:02 -0400
committerAmin Bandali <bandali@gnu.org>2019-08-31 14:44:02 -0400
commit7cc518919750b216589dfd907b187694f3f7054d (patch)
treeb992235e0b6d265fa4ed3dc5f25b7d2cbd66cbf1 /.emacs.d/init.el
parent58dd13d0de63bfc23ff30932589ff910e466a069 (diff)
downloadconfigs-7cc518919750b216589dfd907b187694f3f7054d.tar.gz
configs-7cc518919750b216589dfd907b187694f3f7054d.tar.xz
configs-7cc518919750b216589dfd907b187694f3f7054d.zip
emacs: change footnote prefix from "C-c f" to "C-c f n"
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 6aeac4f..c202eea 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1364,7 +1364,7 @@ This function is intended for use with `ivy-ignore-buffers'."
;; prefixes for major modes
(which-key-add-major-mode-key-based-replacements 'message-mode
- "C-c f" "footnote")
+ "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 'web-mode
@@ -2116,7 +2116,7 @@ https://csclub.uwaterloo.ca/~abandali")
:bind
(:map message-mode-map
:prefix-map b/footnote-prefix-map
- :prefix "C-c f"
+ :prefix "C-c f n"
("a" . footnote-add-footnote)
("b" . footnote-back-to-message)
("c" . footnote-cycle-style)