summaryrefslogtreecommitdiff
path: root/lisp/km-hydra.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-01-15 21:08:11 -0500
committerKyle Meyer <kyle@kyleam.com>2019-01-15 21:08:11 -0500
commit01f2da58a8cc3ec2e30773e17d6d0e154018de7a (patch)
tree688550b2e8150a5b8f14a5e8e927536f453bab68 /lisp/km-hydra.el
parentf8d7b7c93f2779a95188c65e28279d6d7dffc9d9 (diff)
downloademacs.d-01f2da58a8cc3ec2e30773e17d6d0e154018de7a.tar.gz
Update repo URL in file headers
Diffstat (limited to 'lisp/km-hydra.el')
-rw-r--r--lisp/km-hydra.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/km-hydra.el b/lisp/km-hydra.el
index c5d87f2..0935e1b 100644
--- a/lisp/km-hydra.el
+++ b/lisp/km-hydra.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012-2018 Kyle Meyer <kyle@kyleam.com>
;; Author: Kyle Meyer <kyle@kyleam.com>
-;; URL: https://github.com/kyleam/emacs.d
+;; URL: https://gitlab.com/kyleam/emacs.d
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -82,7 +82,7 @@ _z_: zgrep
("q" nil "quit"))
-;; Modified from https://github.com/abo-abo/hydra/wiki/Emacs
+;; Modified from https://gitlab.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://github.com/abo-abo/hydra/wiki/multiple-cursors
+;; https://gitlab.com/abo-abo/hydra/wiki/multiple-cursors
(defhydra hydra-multiple-cursors (:hint nil)
"
^^Up ^^Down