summaryrefslogtreecommitdiff
diff options
context:
space:
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))