mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Swap neotree keybindings around back to their original state
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
|
||||
(use-package neotree
|
||||
:bind
|
||||
("C-x p" . neotree-toggle)
|
||||
("C-x C-p" . neotree-project-dir)
|
||||
("C-x C-p" . neotree-toggle)
|
||||
("C-x p" . neotree-project-dir)
|
||||
|
||||
:init
|
||||
(defun neotree-project-dir ()
|
||||
|
||||
Reference in New Issue
Block a user