diff options
Diffstat (limited to '.config/emacs')
| -rw-r--r-- | .config/emacs/custom.el | 2 | ||||
| -rw-r--r-- | .config/emacs/init.el | 1 |
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) |
