path change
This commit is contained in:
parent
5baa9515af
commit
46ad610e41
4 changed files with 18 additions and 16 deletions
|
|
@ -1,6 +1,7 @@
|
|||
;; /This/ file (~init.el~) that you are reading
|
||||
;; should be in this folder
|
||||
(add-to-list 'load-path "~/.emacs.d/")
|
||||
(add-to-list 'load-path "~/.emacs.d/neotree")
|
||||
|
||||
(if (< emacs-major-version 23)
|
||||
(defun characterp (obj)
|
||||
|
|
@ -103,6 +104,7 @@
|
|||
|
||||
;; Neotree
|
||||
(require 'neotree)
|
||||
(menu-bar-mode -1)
|
||||
|
||||
;; Evil Key Defines
|
||||
(define-key evil-normal-state-map "gc" 'kill-buffer-and-window)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue