Alexander-Miller / treemacs

GNU General Public License v3.0
2.08k stars 152 forks source link

Fringe-indicator-mode has no effect #924

Closed PLefebvreBJO closed 2 years ago

PLefebvreBJO commented 2 years ago

Searched a bit and it seems that issue was resolved, though I can't get it to work. Setting has no effect and calling the function directly neither. (Emacs 28.0.91)

PLefebvreBJO commented 2 years ago

Found a workaround

(add-hook 'treemacs-mode-hook (lambda () (setq fringe-indicator-alist '((truncation nil nil)))))