From 16f43911fa900000bbbeea33dea895f42998e05d Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 11 May 2022 14:09:04 +0000 Subject: [PATCH] Disable current line highlight --- etc/emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/emacs.el b/etc/emacs.el index 3f774fc..2cabd50 100644 --- a/etc/emacs.el +++ b/etc/emacs.el @@ -55,7 +55,7 @@ (setq c-default-style "linux") ;; Highlight line -(global-hl-line-mode 1) +;(global-hl-line-mode 1) ;; y-or-n instead of yes-or-no in kill buffer (defalias 'yes-or-no-p 'y-or-n-p)