summaryrefslogtreecommitdiff
path: root/tw/home/files/emacs-init.el
diff options
context:
space:
mode:
authorTimo Wilken2023-02-19 18:11:55 +0100
committerTimo Wilken2023-02-19 18:11:55 +0100
commit3b36c82f7510b6f913296344b4ce54461c535b58 (patch)
tree37167bbe4b160d23a2d084b8ad61ffd46321f5f3 /tw/home/files/emacs-init.el
parent9da75dc5c6547a9162e953175ad25f323c2a9750 (diff)
Prettify form feeds in Emacs
Diffstat (limited to 'tw/home/files/emacs-init.el')
-rw-r--r--tw/home/files/emacs-init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el
index d96e2909..43bd18c0 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -148,6 +148,11 @@
:after (evil)
:bind (("<leader>tR" . rainbow-mode)))
+(use-package form-feed
+ :commands (global-form-feed-mode) :demand t
+ :config (global-form-feed-mode +1)
+ :diminish form-feed-mode)
+
(use-package display-line-numbers
;; Included in Emacs >= 26. Better than `linum-mode'.
;; There is also `global-display-line-numbers-mode', but that also