Commit 5d7a29c090e8
Changed files (2)
lisp/setup-hydras.el
@@ -3,9 +3,7 @@
;;; Code:
;;; -*- lexical-binding: t; -*-
-(defhydra hydra-goto-line (goto-map ""
- :pre (linum-mode 1)
- :post (linum-mode -1))
+(defhydra hydra-goto-line (goto-map "")
"goto-line"
("g" goto-line "go")
("m" set-mark-command "mark" :bind nil)
lisp/setup-keybindings.el
@@ -6,7 +6,7 @@
:chords
(("''" . "’")
(",w" . whitespace-mode)
- (",l" . linum-mode))
+ (",l" . display-line-numbers-mode))
:custom
(key-chord-two-keys-delay 0.05)
:config