kyren
02a5a44ab7
Add :demand t
to fix loading treemacs-evil package
...
It appears that 29c78ce
changed `:defer t` to be the default for
use-package, and that previously the `treemacs` and
`treemacs-projectile` packages in treemacs/packages.el specified `:defer
t`, but *not* `treemacs-evil`. Restoring `:demand t` (previously the
default) to `treemacs-evil` appears to fix #10422 .
2018-03-03 14:38:43 +02:00
syl20bnr
29c78ce841
Defer packages by default using use-package-always-defer
...
Warning now `:defer t` is implied, to force a package to load `:demand t` is
now necessary.
2018-02-27 23:32:52 -05:00
bmag
f3b6a22c05
Keys consistency for winum and file trees
...
Reinstate `SPC f T` binding, and make `SPC 0` and `M-0` consistent across
Neotree and Treemacs.
2018-02-02 21:15:21 +02:00
Dela Anthonio
026964d3c5
filetree: Press ~SPC 0~ to open the neotree and treemacs windows
...
Resolve #9313
Window 0 is reserved for file trees. Let's open the file tree window using
~SPC 0~ instead of ~SPC f T~ since it's less key strokes.
2018-01-17 23:03:33 -05:00
Alexander Miller
4fa20328a6
treemacs: bind M-0 to treemacs window selection.
2018-01-14 23:17:17 -05:00
Alexander Miller
76b390c15e
treemacs: only activate extended git-mode when python3 is installed.
2018-01-10 22:06:54 -05:00
Alexander Miller
a23ab04926
treemacs: adapt config to new treemacs-git-mode feature.
2018-01-09 23:36:35 -05:00
syl20bnr
326965d4ce
Happy New Year 2018!
2018-01-04 02:00:25 -05:00
Alexander Miller
6c77ed57a5
core: make it possible to define an evil state face without an evil cursor.
...
treemacs: do not define an evil cursor for treemacs.
2017-12-01 19:27:48 +02:00
syl20bnr
7717436c7e
Fix neotree and treemacs window number allocation
...
Fixes #9798
2017-10-30 23:37:40 -04:00
Alexander Miller
d820a3ed29
treemacs: Take into account that python may not be installed.
2017-10-15 11:08:01 -04:00
Alexander Miller
559367b38f
treemacs: Fix typo and keybinds table and improve description in README.
2017-10-15 11:08:01 -04:00
Alexander Miller
f71fb1b245
treemacs: add spacemacs-evil-cursors entry for treemacs.
2017-10-15 17:15:27 +03:00
syl20bnr
d87caa1969
neotree: fix list of feature
...
Also respect 80 chars max per line in treemacs feature list.
2017-10-08 18:18:23 -04:00
syl20bnr
902ceae0d3
treemacs: update README.org to be more conventional
...
Layer READMEs don't list the configuration of the package so this commit removes
the mentions of treemacs package readme.
Reformat the documentation of layer variables
Reformat key bindings in table
Respect 80 chars max per line.
2017-10-08 12:20:03 -04:00
syl20bnr
cf79d2207b
treemacs: respect 80 chars per line
2017-10-08 12:05:43 -04:00
syl20bnr
4e6574b7f2
treemacs: add treemacs--window-number-ten to autoloads
...
If treemacs is not used before opening an helm buffer, it breaks helm and
emacs.
2017-10-08 12:03:21 -04:00
syl20bnr
e3afa35fbf
treemacs: move to +filetree category and add can-shadow relation
...
Add shadow relation between neotree and treemacs
sort packages in treemacs packages.el file
2017-10-08 12:01:48 -04:00