Seriously, don't show $ glyphs on long lines

Seriously, dude. Seriously.
This commit is contained in:
Henrik Lissner 2018-06-30 02:11:15 +02:00
parent 83ba527afd
commit d402c6ef44
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -102,6 +102,9 @@ Also see `doom-before-switch-buffer-hook'.")
(fset #'yes-or-no-p #'y-or-n-p) ; y/n instead of yes/no (fset #'yes-or-no-p #'y-or-n-p) ; y/n instead of yes/no
;; Seriously, don't show glyphs on long-lines
(set-display-table-slot standard-display-table 0 ?\ )
;; ;;
;; Shims ;; Shims