diff options
Diffstat (limited to 'emacs.el')
-rw-r--r-- | emacs.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |