mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
No hl-line-mode in markdown-mode (looks weird with line-spacing)
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user