mirror of
https://github.com/tanrax/lirve.el.git
synced 2024-11-09 23:35:42 +01:00
Hide line numbers
This commit is contained in:
parent
32c2eefb73
commit
01d072c508
2
lirve.el
2
lirve.el
@ -368,6 +368,8 @@ Argument INFINITIVE verb to remove."
|
|||||||
(lirve--make-button-show-solution)
|
(lirve--make-button-show-solution)
|
||||||
;; Display the buffer
|
;; Display the buffer
|
||||||
(use-local-map widget-keymap)
|
(use-local-map widget-keymap)
|
||||||
|
;; Disable line numbers
|
||||||
|
(display-line-numbers-mode -1)
|
||||||
(widget-setup))
|
(widget-setup))
|
||||||
|
|
||||||
;; Init
|
;; Init
|
||||||
|
Loading…
Reference in New Issue
Block a user