diff options
| -rw-r--r-- | dot.emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index faa27cf..f8489b3 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -227,7 +227,8 @@ (dolist (h '(Man-mode-hook eshell-mode-hook - ledger-report-mode-hook)) + ledger-report-mode-hook + special-mode-hook)) (add-hook h #'qsx-dont-show-line-numbers-hook)) (use-package pdf-tools |
