Fix #2742: cursor offset in artist-mode

Due to line numbers.
This commit is contained in:
Henrik Lissner 2020-10-05 15:40:11 -04:00
parent 0e7d5b5490
commit 911c8f48b4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -516,6 +516,10 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
(add-hook! '(prog-mode-hook text-mode-hook conf-mode-hook) (add-hook! '(prog-mode-hook text-mode-hook conf-mode-hook)
#'display-line-numbers-mode) #'display-line-numbers-mode)
;; Fix #2742: cursor is off by 4 characters in `artist-mode'
;; REVIEW: Reported upstream https://debbugs.gnu.org/cgi/bugreport.cgi?bug=43811
(add-hook 'artist-mode-hook #'doom-disable-line-numbers-h)
;; ;;
;;; Theme & font ;;; Theme & font