Vincent Zhang

Results 247 comments of Vincent Zhang

According to this snippet, it's related to `+doom-dashboarrd-mode`. https://github.com/doomemacs/doomemacs/blob/03d692f129633e3bf0bd100d91b3ebf3f77db6d1/modules/ui/modeline/config.el#L39C3-L39C78 Try evaluate the snippet below ```elisp (define-derived-mode +doom-dashboard-mode special-mode (format "DOOM v%s" doom-version) "Major mode for the DOOM dashboard buffer." :syntax-table...

@keaaw Okay. Try narrowing the thread. ```elisp (define-derived-mode +doom-dashboard-mode special-mode (format "DOOM v%s" doom-version) "Major mode for the DOOM dashboard buffer." :syntax-table nil :abbrev-table nil (buffer-disable-undo) (setq-local tab-width 2) ;;...

So the root cause is here ```elisp (cl-loop for (car . _cdr) in fringe-indicator-alist collect (cons car nil) into alist finally do (setq-local fringe-indicator-alist alist)) (add-hook 'post-command-hook #'+doom-dashboard-reposition-point-h nil 'local)...

Try https://github.com/seagle0128/icons-in-terminal.el.

Did you see this https://github.com/sebastiencs/icons-in-terminal/issues/1 ?

Any update for this, please?

Same issue here. I have to use the workarounds the guys provided above to fix it temporarily.