From 40851db96bffb311c16ecc4cb5b68b4bdbd69a6d Mon Sep 17 00:00:00 2001 From: UndeadKernel Date: Thu, 10 Jan 2019 13:16:29 +0100 Subject: [PATCH] bindings: neotree or treemacs with f9 --- modules/config/default/+emacs-bindings.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/config/default/+emacs-bindings.el b/modules/config/default/+emacs-bindings.el index e4b3d101d..087157588 100644 --- a/modules/config/default/+emacs-bindings.el +++ b/modules/config/default/+emacs-bindings.el @@ -176,7 +176,10 @@ ;; Plugins ;; misc plugins - "" #'+neotree/open + (:when (featurep! :ui neotree) + "" #'+neotree/open) + (:when (featurep! :ui treemacs) + "" #'+treemacs) "C-=" #'er/expand-region ;; smartparens (:after smartparens