This commit is contained in:
Barak Michener 2014-09-11 15:20:42 -04:00
commit adbe08e63e
5 changed files with 19 additions and 14 deletions

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)
@ -154,6 +155,7 @@
;; Neotree
(require 'neotree)
(menu-bar-mode -1)
(require 'key-chord)
(require 'tabbar)