From 605af414d9c0168bb95b54bb123ca986e913210e Mon Sep 17 00:00:00 2001 From: jowj Date: Sat, 2 Jun 2018 10:35:35 -0500 Subject: [PATCH] Remove neotree bullshit. --- .emacs.d/init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 830da0d..8d170bb 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -96,10 +96,6 @@ ;; set default init file so it stops fucking trying to write to bullshit files (setq user-init-file "~/Documents/projects/agares/.emacs/init.el") -;; neotree customizations: -(setq neo-smart-open t) ;; opens with current working dir as root -(neotree) ;; open neo tree on emacs start - ;; deal with mac command key problems: (when (eq system-type 'darwin) (setq mac-command-modifier 'meta))