From b2a7cd9cae895b054dafaabbc999f2ec971f5246 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 23 Jan 2020 19:27:02 +0900 Subject: [PATCH] Add neotree keybind --- emacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs.el b/emacs.el index 4045d99..4ed0a74 100644 --- a/emacs.el +++ b/emacs.el @@ -1146,6 +1146,9 @@ Otherwize hook it." (set-variable 'vc-rcs-checkin-switches "-l") (set-variable 'vc-command-messages t) +(when (fboundp 'neotree) + (define-key ctl-x-map (kbd "C-n") 'neotree)) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; share clipboard with x