summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoa2025-02-08 23:22:57 +0800
committernoa2025-02-08 23:22:57 +0800
commit108c25fd55003416c94507a0e67b53b3431043f7 (patch)
tree61586c111ae22eb86ccd694f619b076223e8bff7
parent840e5276aed1272bd566fbbd1db1d8f8800e5d5f (diff)
Remove unused configuration for fixed-pitch-mode
-rw-r--r--emacs/init.el21
1 files changed, 0 insertions, 21 deletions
diff --git a/emacs/init.el b/emacs/init.el
index aa0e9ca..83f3f8c 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -50,27 +50,6 @@
((text-mode . variable-pitch-mode)
(prog-mode . variable-pitch-mode)))
-;; This is my own version of fixed-pitch, which has some changes to it. No hooks are added by default. Updating the whitelist automatically applies the hooks. And there is no functionality for changing the cursor type.
-(use-package fixed-pitch
- :disabled t
- :custom
- (fixed-pitch-whitelist-hooks '(calendar-mode-hook
- dired-mode-hook
- ibuffer-mode-hook
- magit-mode-hook
- profiler-report-mode-hook
- jabber-roster-mode-hook
- mu4e-headers-mode-hook
- proced-mode-hook
- rmail-summary-mode-hook
- ebib-index-mode-hook
- which-key-init-buffer-hook
- ebib-entry-mode-hook
- eshell-mode-hook
- minibuffer-setup-hook
- qrencode-mode-hook)))
-
-
;; Use simplified not korean hanzi
(when (display-graphic-p)
(dolist (charset '(han cjk-misc))