diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-11-14 06:53:05 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-11-14 06:53:05 +0100 |
commit | 7ee91833554be3df0d70f7de5283cfb2cb3ad8fa (patch) | |
tree | 4f5a999eacba84ae32c834938112d2dd7e6752e6 /emacs.el | |
parent | 85dd737e78d4d003b9ba6cd62ccc08a2427d07b9 (diff) |
Remove line highlight in Emacs
Diffstat (limited to 'emacs.el')
-rw-r--r-- | emacs.el | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -23,9 +23,6 @@ ;;; https://jeko.frama.io/en/emacs.html ;;; Jeko's suggested configuration -;; Highlight cursor line -(global-hl-line-mode +1) - ;; Highlight the pair of delimiters under the cursor (show-paren-mode 1) (setq-default show-paren-delay |