1
0
Fork 0

Disable current line highlight

master
dump_stack() 2022-05-11 14:09:04 +00:00
parent a118f9351c
commit 16f43911fa
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -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)