summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)