diff options
author | Amin Bandali <bandali@gnu.org> | 2019-01-22 23:49:33 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-01-22 23:49:33 -0500 |
commit | a504a2b8445b8e7cc1fcc6d387adfb41bc7537c4 (patch) | |
tree | 687a79cd33b6458340ccdd6571212e8cece7c401 | |
parent | edb7f0a4fb46e8f60636a85f2e1cb5710a772125 (diff) | |
download | configs-a504a2b8445b8e7cc1fcc6d387adfb41bc7537c4.tar.gz configs-a504a2b8445b8e7cc1fcc6d387adfb41bc7537c4.tar.xz configs-a504a2b8445b8e7cc1fcc6d387adfb41bc7537c4.zip |
[emacs/footnote] comment out styling changes
while the unicode style is prettier, i think the simple ascii version
would be more accessible and e.g. more search-friendly
-rw-r--r-- | init.org | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2441,6 +2441,10 @@ Convenient footnotes in =message-mode=. #+begin_src emacs-lisp (use-feature footnote :after message + ;; :config + ;; (setq footnote-start-tag "" + ;; footnote-end-tag "" + ;; footnote-style 'unicode) :bind (:map message-mode-map :prefix-map a/footnote-prefix-map @@ -2451,11 +2455,7 @@ Convenient footnotes in =message-mode=. ("d" . footnote-delete-footnote) ("g" . footnote-goto-footnote) ("r" . footnote-renumber-footnotes) - ("s" . footnote-set-style)) - :config - (setq footnote-start-tag "" - footnote-end-tag "" - footnote-style 'unicode)) + ("s" . footnote-set-style))) #+end_src ** ebdb |