From 464e41ebc176afa9056a7b5082ce6fc616d09059 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Sun, 14 Jan 2024 15:18:03 +0100 Subject: [PATCH] Add global-hi-lock-mode --- init.el | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/init.el b/init.el index 0e8fc00..eb7df7b 100644 --- a/init.el +++ b/init.el @@ -127,16 +127,8 @@ ;;; Appearance -(use-package paren - :config - (show-paren-mode 1)) - -;; Highlight the current line -(use-package hl-line - :config - (global-hl-line-mode -1)) - (use-package emacs + :straight nil :init (setq modus-themes-italic-constructs t modus-themes-bold-constructs t @@ -145,6 +137,9 @@ :config ;; (setq modus-themes-common-palette-overrides modus-themes-preset-overrides-faint) (load-theme 'modus-vivendi) + (show-paren-mode 1) + (global-hl-line-mode -1) ; Highlight the current line + (global-hi-lock-mode 1) :bind ("" . modus-themes-toggle)) (use-package mood-line