From d402c6ef44f9786741412aeab580631ef4c9e67d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 30 Jun 2018 02:11:15 +0200 Subject: [PATCH] Seriously, don't show $ glyphs on long lines Seriously, dude. Seriously. --- core/core-ui.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/core-ui.el b/core/core-ui.el index 63c280a9d..276866ce3 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -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 +;; Seriously, don't show glyphs on long-lines +(set-display-table-slot standard-display-table 0 ?\ ) + ;; ;; Shims