path change

This commit is contained in:
Barak Michener 2014-08-15 14:12:11 -04:00
parent 5baa9515af
commit 46ad610e41
4 changed files with 18 additions and 16 deletions

View file

@ -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")

View file

@ -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)