Disable relative numbering

This commit is contained in:
exu 2023-09-24 15:02:21 +02:00
parent 4c39500380
commit 78e419aa54

View File

@ -35,7 +35,7 @@
;; This determines the style of line numbers in effect. If set to `nil', line ;; 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'. ;; 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: ;; Here are some additional functions/macros that could help you configure Doom:
@ -56,14 +56,14 @@
;; they are implemented. ;; they are implemented.
;; Enables the minimap by default. Use SPC-t-m to toggle ;; Enables the minimap by default. Use SPC-t-m to toggle
;(minimap-mode 1) ;;(minimap-mode 1)
(setq (setq
projectile-project-search-path '("~/GitProjects/")) projectile-project-search-path '("~/GitProjects/"))
;; autoload magit ;; autoload magit
;(require 'magit-gitflow) ;;(require 'magit-gitflow)
;(add-hook 'magit-mode-hook 'turn-on-magit-gitflow) ;;(add-hook 'magit-mode-hook 'turn-on-magit-gitflow)
(setq hl-todo-keyword-faces (setq hl-todo-keyword-faces
'(("TODO" . "#EACD4B") '(("TODO" . "#EACD4B")
@ -92,7 +92,7 @@
;; Disable formatter for php ;; Disable formatter for php
(setq-hook! 'php-mode-hook +format-with :none) (setq-hook! 'php-mode-hook +format-with :none)
; auto-virtualenv package configuration ;; auto-virtualenv package configuration
(use-package! auto-virtualenv (use-package! auto-virtualenv
:init :init
:config :config