~ruther/emacs.d

eb8dce863d63ff5b462ff3fec9bb5620d662699a — Rutherther 5 months ago 9592722
feat: increase whitespace tolerance
1 files changed, 1 insertions(+), 1 deletions(-)

M init.el
M init.el => init.el +1 -1
@@ 119,7 119,7 @@
  ((before-save . whitespace-cleanup)
   ((prog-mode text-mode) . whitespace-mode))
  :config
  (setq whitespace-line-column 80) ;; limit line length
  (setq whitespace-line-column 140) ;; limit line length
  (setq whitespace-style '(face tabs empty trailing lines-tail)))

;; Default editing configs

Do not follow this link