mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-05 05:12:31 -08: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. |
||
|---|---|---|
| .. | ||
| app | ||
| collab | ||
| completion | ||
| config | ||
| editor | ||
| emacs | ||
| feature | ||
| lang | ||
| tools | ||
| ui | ||