diff options
Diffstat (limited to 'lisp/km-hydra.el')
-rw-r--r-- | lisp/km-hydra.el | 6 |
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 |