mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -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
|
||||||
|
Reference in New Issue
Block a user