mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
||||
:init (add-hook! (prog-mode markdown-mode) 'hl-line-mode)
|
||||
:init (add-hook! prog-mode 'hl-line-mode)
|
||||
:config
|
||||
;; Doesn't seem to play nice in emacs 25+
|
||||
(setq hl-line-sticky-flag nil
|
||||
|
Reference in New Issue
Block a user