summaryrefslogtreecommitdiff
path: root/lisp/km-hydra.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-01-15 22:38:35 -0500
committerKyle Meyer <kyle@kyleam.com>2019-01-15 22:38:35 -0500
commit9dd7419abce833b378bedf69282bb0adb5a036c1 (patch)
treef19f4ec55799252c247fa031207be805a32f1114 /lisp/km-hydra.el
parentd6bfa69ed0c7de440cdc6acb2b7ad6278315b065 (diff)
downloademacs.d-9dd7419abce833b378bedf69282bb0adb5a036c1.tar.gz
Fix overaggressive URL updates from 01f2da58
Diffstat (limited to 'lisp/km-hydra.el')
-rw-r--r--lisp/km-hydra.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/km-hydra.el b/lisp/km-hydra.el
index 215d9e4..f67b017 100644
--- a/lisp/km-hydra.el
+++ b/lisp/km-hydra.el
@@ -82,7 +82,7 @@ _z_: zgrep
("q" nil "quit"))
-;; Modified from https://gitlab.com/abo-abo/hydra/wiki/Emacs
+;; Modified from https://github.com/abo-abo/hydra/wiki/Emacs
(defhydra hydra-outline-mode (:hint nil)
"
^^Hide ^^Show ^^Move
@@ -140,7 +140,7 @@ _s_: Swap _u_: Winner undo _i_: Scroll other down
("q" nil "quit"))
;; Multiple cursors hydra is modified from
-;; https://gitlab.com/abo-abo/hydra/wiki/multiple-cursors
+;; https://github.com/abo-abo/hydra/wiki/multiple-cursors
(defhydra hydra-multiple-cursors (:hint nil)
"
^^Up ^^Down