General refactor & cleanup
This commit is contained in:
parent
633e693cab
commit
816df321a5
15 changed files with 34 additions and 41 deletions
|
@ -103,8 +103,9 @@ whose dimensions may not be fully initialized by the time this is run."
|
|||
(with-current-buffer (doom-fallback-buffer)
|
||||
(read-only-mode +1)
|
||||
(+doom-dashboard-mode)
|
||||
(setq fringe-indicator-alist (cl-loop for (car . _cdr) in fringe-indicator-alist
|
||||
collect (cons car nil)))
|
||||
(setq fringe-indicator-alist
|
||||
(cl-loop for (car . _cdr) in fringe-indicator-alist
|
||||
collect (cons car nil)))
|
||||
(erase-buffer)
|
||||
(let* ((window (get-buffer-window (doom-fallback-buffer)))
|
||||
(+doom-dashboard--width (window-width window))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue