[treemacs] Load projectile key binding with treemacs

The `C-c C-p p` (`treemacs-projectile`) key binding wasn't loading automatically
with Treemacs, until the command had been called manually.
This commit is contained in:
duianto 2019-06-19 16:00:03 +02:00 committed by smile13241324
parent 0f40fe9df2
commit 279e70106f
2 changed files with 4 additions and 1 deletions

View File

@ -2456,6 +2456,8 @@ Other:
- Add missing ~SPC p t~ to =readme.org= (thanks to oo6)
- Remapped =winum-select-window-0-or-10= to =treemacs-select-window= so that
~C-x w 0~, ~SPC 0~ and ~M-0~ call the same command (thanks to duianto, Miciah)
- Loaded =treemacs-projectile= key binding ~C-c C-p p~ with Treemacs
(thanks to duianto)
**** Typescript
- Call tsfmt with extension of current buffer for TSX formatting
(thanks to Victor Andrée)

View File

@ -79,7 +79,8 @@
(defun treemacs/init-treemacs-projectile ()
(use-package treemacs-projectile
:after treemacs
:defer t))
:defer t
:init (require 'treemacs-projectile)))
(defun treemacs/pre-init-winum ()
(spacemacs|use-package-add-hook winum