summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/emacs/custom.el2
-rw-r--r--.config/emacs/init.el1
2 files changed, 0 insertions, 3 deletions
diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el
index 935d195..278e167 100644
--- a/.config/emacs/custom.el
+++ b/.config/emacs/custom.el
@@ -18,8 +18,6 @@
'(epg-pinentry-mode 'loopback)
'(eshell-scroll-show-maximum-output nil)
'(font-use-system-font t)
- '(footnote-body-tag-spacing 1)
- '(footnote-section-tag "")
'(frame-resize-pixelwise t)
'(gdb-many-windows t)
'(gnus-cloud-method "nnimap:gmail")
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index f056b69..de8a622 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -384,7 +384,6 @@ list and require no escaping."
(delight 'auto-fill-function "โŽ" t)
(delight 'auto-revert-mode "โŸณ" 'autorevert)
(delight 'auto-revert-tail-mode "โค“" 'autorevert)
-(delight 'footnote-mode "ยน" 'footnote)
(delight
'flyspell-mode (propertize "๐Ÿ–‹๏ธ" 'face 'flyspell-incorrect) 'flyspell)
(delight 'hi-lock-mode nil 'hi-lock)