summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-10-30 11:38:17 +0100
committerMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-10-30 12:30:13 +0100
commit3860360492687b6e9fb86cab4b923574601637ff (patch)
treefa7672eb3693587113865dcef996769bfa748355
parent8e77811764221db80d4a7a4a8d6442c046a59e21 (diff)
Emacs: enable a line at column 80
-rw-r--r--emacs.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.el b/emacs.el
index 2ef6b4b..28154a5 100644
--- a/emacs.el
+++ b/emacs.el
@@ -89,3 +89,7 @@
;;; Startup Screen Inhibition
(setq inhibit-startup-screen
t)
+
+;; Enable the column-80 line
+(global-display-fill-column-indicator-mode 1)
+(setq-default display-fill-column-indicator-column 79)