From fc572f4bfbb34be0215542f9bbffceb1a9f1a5f3 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Wed, 27 Feb 2019 11:39:08 -0800 Subject: [PATCH] Turn off line numbers --- spacemacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacemacs b/spacemacs index 4b054bd..b69df20 100644 --- a/spacemacs +++ b/spacemacs @@ -373,7 +373,7 @@ It should only modify the values of Spacemacs settings." ;; text-mode ;; :size-limit-kb 1000) ;; (default nil) - dotspacemacs-line-numbers 'relative + dotspacemacs-line-numbers nil ;; Code folding method. Possible values are `evil' and `origami'. ;; (default 'evil)