[emacs/footnote] comment out styling changes
authorAmin Bandali <bandali@gnu.org>
Wed, 23 Jan 2019 04:49:33 +0000 (23:49 -0500)
committerAmin Bandali <bandali@gnu.org>
Wed, 23 Jan 2019 04:49:33 +0000 (23:49 -0500)
while the unicode style is prettier, i think the simple ascii version
would be more accessible and e.g. more search-friendly

init.org

index 8a0f52e..2cd7564 100644 (file)
--- a/init.org
+++ b/init.org
@@ -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