No hl-line-mode in markdown-mode (looks weird with line-spacing)
This commit is contained in:
parent
06a2dec97e
commit
c25c589281
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(use-package hl-line
|
(use-package hl-line
|
||||||
:init (add-hook! (prog-mode markdown-mode) 'hl-line-mode)
|
:init (add-hook! prog-mode 'hl-line-mode)
|
||||||
:config
|
:config
|
||||||
;; Doesn't seem to play nice in emacs 25+
|
;; Doesn't seem to play nice in emacs 25+
|
||||||
(setq hl-line-sticky-flag nil
|
(setq hl-line-sticky-flag nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue