From e131ec65f6db82a5e9b605d955bb70b1699b83c9 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 31 Mar 2024 11:22:45 +0800 Subject: drop which-function-mode --- .emacs.d/init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 15ecc557..cb3386d9 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -462,8 +462,6 @@ windows side-by-side in the frame." '(vc-git-print-log-follow t) '(view-read-only t nil nil "Rebind otherwise useless self-insert keys, and means existing C-x C-r, C-x 4 r etc. usable for getting into mode.") '(warning-suppress-types '((comp))) - '(which-func-modes '(lisp-mode emacs-lisp-mode c-mode)) - '(which-function-mode t) '(window-combination-resize t) '(ws-butler-global-mode t) '(x-stretch-cursor t)) -- cgit v1.2.3