From e5852b64b400ab8d1cab123d2c27541091c8d5f2 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 12 Apr 2021 08:35:49 +0200 Subject: [PATCH] Set config --- arch-config/.doom.d/config.el | 2 -- 1 file changed, 2 deletions(-) mode change 100755 => 100644 arch-config/.doom.d/config.el diff --git a/arch-config/.doom.d/config.el b/arch-config/.doom.d/config.el old mode 100755 new mode 100644 index 73792388..bbb876fc --- a/arch-config/.doom.d/config.el +++ b/arch-config/.doom.d/config.el @@ -27,7 +27,6 @@ ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the ;; `load-theme' function. This is the default: -;(setq doom-theme 'doom-one) (setq doom-theme 'doom-palenight) ;; If you use `org' and don't want your org files in the default location below, @@ -36,7 +35,6 @@ ;; This determines the style of line numbers in effect. If set to `nil', line ;; numbers are disabled. For relative line numbers, set this to `relative'. -;(setq display-line-numbers-type t) (setq display-line-numbers-type 'relative)