bindings: neotree or treemacs with f9

This commit is contained in:
UndeadKernel 2019-01-10 13:16:29 +01:00
parent d3aa611f85
commit 40851db96b

View file

@ -176,7 +176,10 @@
;; Plugins ;; Plugins
;; misc plugins ;; misc plugins
"<f9>" #'+neotree/open (:when (featurep! :ui neotree)
"<f9>" #'+neotree/open)
(:when (featurep! :ui treemacs)
"<f9>" #'+treemacs)
"C-=" #'er/expand-region "C-=" #'er/expand-region
;; smartparens ;; smartparens
(:after smartparens (:after smartparens