summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org11
1 files changed, 8 insertions, 3 deletions
diff --git a/init.org b/init.org
index c6f7990..d0f83b0 100644
--- a/init.org
+++ b/init.org
@@ -977,10 +977,15 @@
(use-package whitespace
:init
- (setq whitespace-style
- '(face tabs trailing lines-tail empty missing-newline-at-eof)
+ (setq whitespace-style '(face tabs trailing ;; lines-tail
+ empty missing-newline-at-eof)
whitespace-line-column 80)
- :hook (prog-mode . whitespace-mode))
+ :hook (prog-mode . whitespace-mode)
+ :diminish)
+
+ (use-package display-fill-column-indicator
+ :init (setq-default display-fill-column-indicator-column 80)
+ :hook (prog-mode . display-fill-column-indicator-mode))
#+end_src
*** Visible mode