doomemacs/modules
Henrik Lissner dc9841b192
ui/modeline: refactor path builder & add other styles
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.
2018-08-22 22:36:44 +02:00
..
app 💥 Rewrite line numbers system for Emacs 25 2018-08-21 03:34:39 +02:00
collab Add :collab floobits #615 2018-05-26 21:20:30 +02:00
completion Minor reformatting & comment tweaks 2018-08-21 03:34:39 +02:00
config config/default: add SPC c f for formatting code 2018-08-22 20:38:13 +02:00
editor Fix void-function format-all-resolve-system error 2018-08-22 20:38:16 +02:00
emacs Move hideshow config from ui/doom->emacs/hideshow 2018-08-03 18:20:27 +02:00
feature feature/lookup: minor refactor 2018-08-22 20:38:16 +02:00
lang Merge pull request #823 from patrl/moreCoq 2018-08-22 03:35:34 +02:00
tools tools/magit: don't make new windows too tall 2018-08-21 22:45:42 +02:00
ui ui/modeline: refactor path builder & add other styles 2018-08-22 22:36:44 +02:00