1
0

Disable current line highlight

This commit is contained in:
2022-05-11 14:09:04 +00:00
부모 a118f9351c
커밋 16f43911fa

파일 보기

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