mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
Seriously, don't show $ glyphs on long lines
Seriously, dude. Seriously.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user