Commit Graph

5 Commits

Author SHA1 Message Date
James Nguyen 61bb63e8f9 Dired-Subtree: Use toggle instead of cycle
cycle has performance penalties in larger directories so isn't as suitable a
default as toggle.
2019-10-24 17:41:42 -07:00
Michael Bogdan 7b53a19bc9 Remove overwriting of 'I' 2019-10-19 10:32:18 -07:00
Michael Bogdan b1d6db98c1 Replace featurep with with-eval-after-load
This allows binding keys when dired-subtree is loaded at a later time.
2019-10-19 10:32:18 -07:00
Michael Bogdan eafb362f98 Add bindings for dired-subtree 2019-10-19 10:32:18 -07:00
Justin Burkett 95dad4c734 Use subdirectories for setup files (+READMEs)
Move setup files into subdirectories. Move mode directories to modes subdir.
This will make it easy to specify a recipe in melpa that maintains the directory
structure. Add interactive functions to jump to .el and README files

See #170
2019-10-09 19:41:45 -07:00