Skip to content

Commit

Permalink
actually disable line numbers in meta modes
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Mar 13, 2021
1 parent 271511c commit 99f7aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rigpa-meta.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ to terminate the reference chain."
;;(setq cursor-type nil))
(internal-show-cursor nil nil)
(when display-line-numbers-mode
(display-line-numbers-mode nil))
(display-line-numbers-mode -1))
(hl-line-mode))

(defun rigpa--set-ui-for-meta-modes ()
Expand Down

0 comments on commit 99f7aa4

Please sign in to comment.