Restore line numbers in artist-mode #2742
The issue was fixed upstream, but won't be available until Emacs 28.
This commit is contained in:
parent
f02879dd04
commit
a25ad3fa7c
1 changed files with 4 additions and 2 deletions
|
@ -517,8 +517,10 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
|
|||
#'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)
|
||||
;; REVIEW Reported upstream https://debbugs.gnu.org/cgi/bugreport.cgi?bug=43811
|
||||
;; DEPRECATED Fixed in Emacs 28; remove when we drop 27 support
|
||||
(unless EMACS28+
|
||||
(add-hook 'artist-mode-hook #'doom-disable-line-numbers-h))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue