[emacs] got rid of current line highlighting - annoying
This commit is contained in:
parent
085b3ec812
commit
09259ec849
1 changed files with 0 additions and 7 deletions
7
emacs
7
emacs
|
|
@ -68,13 +68,6 @@
|
||||||
(setq track-eol t) ; When at EOL, C-n and C-p move to EOL on other lines
|
(setq track-eol t) ; When at EOL, C-n and C-p move to EOL on other lines
|
||||||
(setq indent-tabs-mode nil) ; never insert tabs
|
(setq indent-tabs-mode nil) ; never insert tabs
|
||||||
|
|
||||||
;; highlight the current line
|
|
||||||
(global-hl-line-mode 1)
|
|
||||||
|
|
||||||
;; To customize the background color
|
|
||||||
(set-face-background 'hl-line "#131310")
|
|
||||||
(set-face-foreground 'hl-line "#fbb")
|
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; minimap
|
;; minimap
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue