No hl-line-mode in markdown-mode (looks weird with line-spacing)

This commit is contained in:
Henrik Lissner 2016-08-27 19:37:10 +02:00
parent 06a2dec97e
commit c25c589281

View file

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