mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
This brings +doom-modeline-buffer-file-name styles to the new modeline module, controlled by the +modeline-buffer-path-function variable. The available functions are: * +modeline-file-path-with-project: project/src/lib/file.c * +modeline-file-path-from-project: src/lib/file.c * +modeline-file-path-truncated-with-project: project/s/l/file.c * +modeline-file-path-truncated-upto-project: ~/w/project/src/lib/file.c * +modeline-file-path-truncated-upto-project-root: ~/w/p/s/lib/file.c * +modeline-file-path-truncated: ~/w/p/s/l/file.c * +modeline-file-name: file.c The default is file-path-with-project.
The file is empty.