mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
On second thought...
Causes char-table-p errors in some cases. Setting hscroll-margin = 0 in dashboard accomplishes the same thing, by preventing truncation glyphs from ever appearing anyway.
This commit is contained in:
@ -63,6 +63,7 @@ Possible values:
|
||||
buffer-read-only t)
|
||||
(setq-local whitespace-style nil)
|
||||
(setq-local show-trailing-whitespace nil)
|
||||
(setq-local hscroll-margin 0)
|
||||
(cl-loop for (car . _cdr) in fringe-indicator-alist
|
||||
collect (cons car nil) into alist
|
||||
finally do (setq fringe-indicator-alist alist))
|
||||
|
Reference in New Issue
Block a user