diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-04-22 09:12:29 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-04-22 09:12:29 -0700 |
commit | 8a5d78cc13fb93420ae296847dfa0bc19c110302 (patch) | |
tree | c3a3bb687a81688b02b0dbdae3d9e171af778b1e /.emacs | |
parent | 46db51ad8199b8fe1a8a5c4f208bb9d4ef0a4892 (diff) |
Disable neotree
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ (load-file "~/.emacs.local.d/modes/mail-mode.el") (load-file "~/.emacs.local.d/modes/markdown.el") (load-file "~/.emacs.local.d/modes/magit.el") -(load-file "~/.emacs.local.d/modes/neotree.el") +;;(load-file "~/.emacs.local.d/modes/neotree.el") (load-file "~/.emacs.local.d/modes/org.el") (load-file "~/.emacs.local.d/modes/org-pomodoro.el") ;;(load-file "~/.emacs.local.d/modes/package.el") |