From 279e70106fd1d6c1a8aa83caaa081a76d7790fcb Mon Sep 17 00:00:00 2001 From: duianto Date: Wed, 19 Jun 2019 16:00:03 +0200 Subject: [PATCH] [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. --- CHANGELOG.develop | 2 ++ layers/+filetree/treemacs/packages.el | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.develop b/CHANGELOG.develop index 541ef5f8d..b9c4d12c7 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -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) diff --git a/layers/+filetree/treemacs/packages.el b/layers/+filetree/treemacs/packages.el index b3a1e4f79..1472b8a73 100644 --- a/layers/+filetree/treemacs/packages.el +++ b/layers/+filetree/treemacs/packages.el @@ -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