diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-11-14 06:53:05 +0100 |
---|---|---|
committer | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-11-14 06:53:05 +0100 |
commit | 7f530d721508aadfedf57672ef7ef4639acdc24b (patch) | |
tree | 485445b2dacdc3c0abca1a68dd27b5d43bb7a55f | |
parent | 7f0db76973b65fb01f802eba3ac43414ab1d196d (diff) |
Remove line highlight in Emacs
-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 |