commit e6a52090bfc67963f4cc5ce095a223e236dd809f
parent 6e9a8d0bc06cba5ffc5640d20fcba218d66b50f8
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Fri, 19 Sep 2025 08:19:29 +0200
Remove settings for footnote-mode
Never used it. Got in the habit of hitting ¹²³ directly (one AltGr
away on fr-latin9) C-x 8 ^ if necessary.
Could customize -style to 'unicode, but then -{start,end}-tag cannot
be empty, and I'd much rather avoid the [brackets].
Diffstat:
2 files changed, 0 insertions(+), 3 deletions(-)
diff --git 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
@@ -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)