mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
Introduced variable +doom-modeline-buffer-file-name-style The options available now: (Given ~/Projects/FOSS/emacs/lisp/comint.el) 'truncate-upto-project => ~/P/F/emacs/lisp/comint.el 'truncate-upto-root => ~/P/F/e/lisp/comint.el 'truncate-all => ~/P/F/e/l/comint.el 'relative-to-project => lisp/comint.el 'file-name => comint.el