From ad52352503ae202b1230b4e2972edfaf37fa4f79 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 29 Aug 2014 19:10:38 +0100 Subject: [PATCH] Override weird default value in feature-mode --- custom-variables.el | 1 + 1 file changed, 1 insertion(+) diff --git a/custom-variables.el b/custom-variables.el index c277fcf..e070a3c 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -51,6 +51,7 @@ '(exec-path-from-shell-variables (quote ("PATH" "MANPATH" "GOPATH"))) '(fci-handle-truncate-lines nil) '(fci-rule-width 1) + '(feature-indent-initial-offset 0) '(fill-column 78) '(flycheck-completion-system (quote ido)) '(flycheck-indication-mode (quote right-fringe))