Browse Source

Add neotree keybind

master
10sr 4 years ago
parent
commit
b2a7cd9cae
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el View File

@@ -1146,6 +1146,9 @@ Otherwize hook it."
(set-variable 'vc-rcs-checkin-switches "-l") (set-variable 'vc-rcs-checkin-switches "-l")
(set-variable 'vc-command-messages t) (set-variable 'vc-command-messages t)


(when (fboundp 'neotree)
(define-key ctl-x-map (kbd "C-n") 'neotree))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; share clipboard with x ;; share clipboard with x




Loading…
Cancel
Save