Commit 5d7a29c090e8

Vincent Demeester <vincent@sbr.pm>
2019-03-14 19:04:17
Remove references to linum
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent cc34333
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