From 78e419aa54269aa498b388b9aebc346939144909 Mon Sep 17 00:00:00 2001 From: exu Date: Sun, 24 Sep 2023 15:02:21 +0200 Subject: [PATCH] Disable relative numbering --- arch-config/.doom.d/config.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch-config/.doom.d/config.el b/arch-config/.doom.d/config.el index 9dfe7d00..81f47509 100644 --- a/arch-config/.doom.d/config.el +++ b/arch-config/.doom.d/config.el @@ -35,7 +35,7 @@ ;; 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 'relative) +;;(setq display-line-numbers-type 'relative) ;; Here are some additional functions/macros that could help you configure Doom: @@ -56,14 +56,14 @@ ;; they are implemented. ;; Enables the minimap by default. Use SPC-t-m to toggle -;(minimap-mode 1) +;;(minimap-mode 1) (setq projectile-project-search-path '("~/GitProjects/")) ;; autoload magit -;(require 'magit-gitflow) -;(add-hook 'magit-mode-hook 'turn-on-magit-gitflow) +;;(require 'magit-gitflow) +;;(add-hook 'magit-mode-hook 'turn-on-magit-gitflow) (setq hl-todo-keyword-faces '(("TODO" . "#EACD4B") @@ -92,7 +92,7 @@ ;; Disable formatter for php (setq-hook! 'php-mode-hook +format-with :none) -; auto-virtualenv package configuration +;; auto-virtualenv package configuration (use-package! auto-virtualenv :init :config