diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-10-30 11:38:17 +0100 |
---|---|---|
committer | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-10-30 12:30:13 +0100 |
commit | 3860360492687b6e9fb86cab4b923574601637ff (patch) | |
tree | fa7672eb3693587113865dcef996769bfa748355 /emacs.el | |
parent | 8e77811764221db80d4a7a4a8d6442c046a59e21 (diff) |
Emacs: enable a line at column 80
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) |