From c6835bff27bffac409112d1fbd439dde11255a43 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 14 Sep 2016 12:38:37 +0200 Subject: [PATCH] neo-auto-indent-point = nil --- core/core-project.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/core-project.el b/core/core-project.el index 4d7fee608..e35753e5c 100644 --- a/core/core-project.el +++ b/core/core-project.el @@ -45,12 +45,11 @@ neo-global--window-exists-p) :init (setq neo-create-file-auto-open t - neo-auto-indent-point t + neo-auto-indent-point nil neo-mode-line-type 'none neo-persist-show nil neo-window-width 26 neo-show-updir-line nil - neo-auto-indent-point t neo-theme 'nerd ; fallback neo-banner-message nil) :config