about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-10-26 16:08:46 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-26 16:08:46 +0100
commit9fb0a97d345d818811e3618d8e6c51739dae18c9 (patch)
tree520095db5a8a7e7cf41078f20471877a6ca2242d /.emacs.d
parent0982cf89721d75dc801e91bb804458b2e4ff4be2 (diff)
downloaddotfiles-9fb0a97d345d818811e3618d8e6c51739dae18c9.tar.gz
Fix commit issue
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-ui.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-ui.el b/.emacs.d/lisp/init-ui.el
index ad900ad..a716b4f 100644
--- a/.emacs.d/lisp/init-ui.el
+++ b/.emacs.d/lisp/init-ui.el
@@ -139,6 +139,7 @@
     (add-hook (intern (concat (symbol-name mode) "-hook")) #'turn-off-whitespace-mode))
   :hook
   (text-mode . (lambda () (whitespace-mode +1)))
+  (prog-mode . (lambda () (whitespace-mode +1))))
 
 (use-package volatile-highlights
   :defer 10