From e6a52090bfc67963f4cc5ce095a223e236dd809f Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 19 Sep 2025 08:19:29 +0200 Subject: Remove settings for footnote-mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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]. --- .config/emacs/init.el | 1 - 1 file changed, 1 deletion(-) (limited to '.config/emacs/init.el') 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) -- cgit v1.2.3