diff options
author | Blaise Thompson <blaise@untzag.com> | 2017-10-15 16:53:34 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2017-10-15 16:53:34 -0500 |
commit | 7991a697144f4534ed3763e1450f84e4657d3825 (patch) | |
tree | b2adab1240594f51c3d86a0297279c183636f353 /dotfiles | |
parent | ec091d721b158b6d653bc64eeb0a86d4cb6b0cc6 (diff) |
fill-column 99
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/spacemacs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/spacemacs b/dotfiles/spacemacs index 4ea52ff..cb41d75 100644 --- a/dotfiles/spacemacs +++ b/dotfiles/spacemacs @@ -130,6 +130,7 @@ (with-eval-after-load 'org (setq org-agenda-files '("~/drive/org/"))) (setq-default dotspacemacs-configuration-layers '(pdf-tools)) + (setq-default fill-column 99) (setq powerline-default-separator nil spaceline-org-clock-p t) (setq org-ref-default-bibliography '("~/drive/literature/database.bib") |