diff options
Diffstat (limited to 'emacs-config.org')
| -rw-r--r-- | emacs-config.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org index 3438a3f..63e5b1b 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -41,6 +41,11 @@ Automatically remove trailing whitespace on file-save. (add-hook 'before-save-hook #'whitespace-cleanup) #+end_src +Increase default column width. +#+begin_src elisp + (setq-default fill-column 80) +#+end_src + Set whitespace column length and symbols. #+begin_src elisp (with-eval-after-load 'whitespace |
