path change
This commit is contained in:
parent
5baa9515af
commit
46ad610e41
4 changed files with 18 additions and 16 deletions
|
|
@ -1,6 +1,6 @@
|
|||
(source gnu)
|
||||
(source melpa)
|
||||
(source marmalade)
|
||||
(source melpa)
|
||||
(source org)
|
||||
|
||||
(depends-on "ack-and-a-half")
|
||||
|
|
@ -8,13 +8,12 @@
|
|||
(depends-on "auto-complete-clang")
|
||||
(depends-on "auto-complete-clang-async")
|
||||
(depends-on "cask")
|
||||
|
||||
(depends-on "cedit")
|
||||
(depends-on "company-go")
|
||||
(depends-on "dirtree")
|
||||
(depends-on "elpy")
|
||||
(depends-on "epc")
|
||||
(depends-on "evil")
|
||||
(depends-on "neotree" :git "https://github.com/jaypei/emacs-neotree")
|
||||
(depends-on "exec-path-from-shell")
|
||||
(depends-on "flx-ido")
|
||||
(depends-on "flycheck")
|
||||
|
|
|
|||
|
|
@ -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