diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,7 +7,7 @@ cmdtree cmdtree is a command launcher in the form of a trie. Commands are launched by a sequence of keys that form a path in this trie. -Configuring cmdtree is easy (not yet implemented, still WIP): +Configuring cmdtree will be easy (not yet implemented, still WIP): `~/.cmdtreerc` or `~/.config/cmdtree/cmdtreerc`: @@ -17,3 +17,6 @@ Configuring cmdtree is easy (not yet implemented, still WIP): (e emacs)) (e email (f fetch-email))) + +Configuring cmdtree is currently not so easy, but you just need to tweak +[cfg.def.h](cfg.def.h) to your liking before building. |
