summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-03-31 11:22:45 +0800
committerSean Whitton <spwhitton@spwhitton.name>2024-03-31 11:22:45 +0800
commite131ec65f6db82a5e9b605d955bb70b1699b83c9 (patch)
tree25f58e9e444d84d022bcf605a58edc45abbc2c90
parent387f0ea016747eb41203c20ec8a109fd23c6e123 (diff)
downloaddotfiles-e131ec65f6db82a5e9b605d955bb70b1699b83c9.tar.gz
drop which-function-mode
-rw-r--r--.emacs.d/init.el2
1 files changed, 0 insertions, 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))