summaryrefslogtreecommitdiff
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
parentf8d7b7c93f2779a95188c65e28279d6d7dffc9d9 (diff)
downloademacs.d-01f2da58a8cc3ec2e30773e17d6d0e154018de7a.tar.gz
Update repo URL in file headers
-rw-r--r--init.el2
-rw-r--r--lisp/km-abbrev.el2
-rw-r--r--lisp/km-ace-link.el2
-rw-r--r--lisp/km-avy.el2
-rw-r--r--lisp/km-bib.el2
-rw-r--r--lisp/km-buffers.el2
-rw-r--r--lisp/km-compile.el2
-rw-r--r--lisp/km-diff.el2
-rw-r--r--lisp/km-dired.el2
-rw-r--r--lisp/km-editing.el2
-rw-r--r--lisp/km-elfeed.el2
-rw-r--r--lisp/km-ess.el2
-rw-r--r--lisp/km-files.el4
-rw-r--r--lisp/km-framewin.el2
-rw-r--r--lisp/km-gnus.el2
-rw-r--r--lisp/km-god.el2
-rw-r--r--lisp/km-helm.el2
-rw-r--r--lisp/km-hydra.el6
-rw-r--r--lisp/km-magit.el4
-rw-r--r--lisp/km-mail.el2
-rw-r--r--lisp/km-org-agenda.el2
-rw-r--r--lisp/km-org.el2
-rw-r--r--lisp/km-outline.el2
-rw-r--r--lisp/km-projectile.el2
-rw-r--r--lisp/km-python.el2
-rw-r--r--lisp/km-shell.el2
-rw-r--r--lisp/km-snakemake.el2
-rw-r--r--lisp/km-tex.el2
-rw-r--r--lisp/km-theme.el2
-rw-r--r--lisp/km-util.el2
-rw-r--r--lisp/km-webjump.el2
-rw-r--r--lisp/setkey.el2
32 files changed, 36 insertions, 36 deletions
diff --git a/init.el b/init.el
index dcb7bda..96a3439 100644
--- a/init.el
+++ b/init.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
diff --git a/lisp/km-abbrev.el b/lisp/km-abbrev.el
index 2d59878..9c6019f 100644
--- a/lisp/km-abbrev.el
+++ b/lisp/km-abbrev.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
diff --git a/lisp/km-ace-link.el b/lisp/km-ace-link.el
index 45f8005..00ca223 100644
--- a/lisp/km-ace-link.el
+++ b/lisp/km-ace-link.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
diff --git a/lisp/km-avy.el b/lisp/km-avy.el
index 86d6d1e..84207ee 100644
--- a/lisp/km-avy.el
+++ b/lisp/km-avy.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
diff --git a/lisp/km-bib.el b/lisp/km-bib.el
index 6b206d4..380a483 100644
--- a/lisp/km-bib.el
+++ b/lisp/km-bib.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
diff --git a/lisp/km-buffers.el b/lisp/km-buffers.el
index 0eb06bf..58f1a9c 100644
--- a/lisp/km-buffers.el
+++ b/lisp/km-buffers.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
diff --git a/lisp/km-compile.el b/lisp/km-compile.el
index 2388f26..ec85f97 100644
--- a/lisp/km-compile.el
+++ b/lisp/km-compile.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
diff --git a/lisp/km-diff.el b/lisp/km-diff.el
index e739842..0042472 100644
--- a/lisp/km-diff.el
+++ b/lisp/km-diff.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
diff --git a/lisp/km-dired.el b/lisp/km-dired.el
index d1f8aed..6c916c3 100644
--- a/lisp/km-dired.el
+++ b/lisp/km-dired.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
diff --git a/lisp/km-editing.el b/lisp/km-editing.el
index 53ca98a..93ffb7e 100644
--- a/lisp/km-editing.el
+++ b/lisp/km-editing.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
diff --git a/lisp/km-elfeed.el b/lisp/km-elfeed.el
index e4976d0..abe738c 100644
--- a/lisp/km-elfeed.el
+++ b/lisp/km-elfeed.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
diff --git a/lisp/km-ess.el b/lisp/km-ess.el
index d497213..4fc2a3a 100644
--- a/lisp/km-ess.el
+++ b/lisp/km-ess.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
diff --git a/lisp/km-files.el b/lisp/km-files.el
index 8efaca4..bf38500 100644
--- a/lisp/km-files.el
+++ b/lisp/km-files.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
@@ -40,7 +40,7 @@
(message "File '%s' successfully renamed to '%s'"
name (file-name-nondirectory new-name)))))))
-;; https://github.com/purcell/emacs.d/blob/master/lisp/init-utils.el
+;; https://gitlab.com/purcell/emacs.d/blob/master/lisp/init-utils.el
;;;###autoload
(defun km/delete-this-file ()
"Delete the current file, and kill the buffer."
diff --git a/lisp/km-framewin.el b/lisp/km-framewin.el
index 0d82efa..004578a 100644
--- a/lisp/km-framewin.el
+++ b/lisp/km-framewin.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
diff --git a/lisp/km-gnus.el b/lisp/km-gnus.el
index 7480e1d..bab7fe1 100644
--- a/lisp/km-gnus.el
+++ b/lisp/km-gnus.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
diff --git a/lisp/km-god.el b/lisp/km-god.el
index acd3d84..40b85ce 100644
--- a/lisp/km-god.el
+++ b/lisp/km-god.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
diff --git a/lisp/km-helm.el b/lisp/km-helm.el
index eda178b..4b3ce33 100644
--- a/lisp/km-helm.el
+++ b/lisp/km-helm.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
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
diff --git a/lisp/km-magit.el b/lisp/km-magit.el
index 4df9d0c..0dd7671 100644
--- a/lisp/km-magit.el
+++ b/lisp/km-magit.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
@@ -809,7 +809,7 @@ function."
(hack-dir-local-variables-non-file-buffer)
bug-reference-url-format))))
(and url
- (string-match "\\`https://github.com/[^/]+/[^/]+" url)
+ (string-match "\\`https://gitlab.com/[^/]+/[^/]+" url)
(match-string 0 url))))
(defun km/magit-github-file-link ()
diff --git a/lisp/km-mail.el b/lisp/km-mail.el
index f054f2a..5f81e71 100644
--- a/lisp/km-mail.el
+++ b/lisp/km-mail.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
diff --git a/lisp/km-org-agenda.el b/lisp/km-org-agenda.el
index dbbcabd..46dc3ff 100644
--- a/lisp/km-org-agenda.el
+++ b/lisp/km-org-agenda.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
diff --git a/lisp/km-org.el b/lisp/km-org.el
index a5dbac5..fb4206b 100644
--- a/lisp/km-org.el
+++ b/lisp/km-org.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
diff --git a/lisp/km-outline.el b/lisp/km-outline.el
index fefcc8f..f8fe496 100644
--- a/lisp/km-outline.el
+++ b/lisp/km-outline.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
diff --git a/lisp/km-projectile.el b/lisp/km-projectile.el
index f37de22..0175a8a 100644
--- a/lisp/km-projectile.el
+++ b/lisp/km-projectile.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
diff --git a/lisp/km-python.el b/lisp/km-python.el
index f865fae..4684b9d 100644
--- a/lisp/km-python.el
+++ b/lisp/km-python.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
diff --git a/lisp/km-shell.el b/lisp/km-shell.el
index 8fff439..dd70331 100644
--- a/lisp/km-shell.el
+++ b/lisp/km-shell.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
diff --git a/lisp/km-snakemake.el b/lisp/km-snakemake.el
index a6e18ee..04ebd9d 100644
--- a/lisp/km-snakemake.el
+++ b/lisp/km-snakemake.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
diff --git a/lisp/km-tex.el b/lisp/km-tex.el
index c18c0dc..5944d6c 100644
--- a/lisp/km-tex.el
+++ b/lisp/km-tex.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
diff --git a/lisp/km-theme.el b/lisp/km-theme.el
index 7009992..03eb07a 100644
--- a/lisp/km-theme.el
+++ b/lisp/km-theme.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
diff --git a/lisp/km-util.el b/lisp/km-util.el
index 2eb29a6..576ab7d 100644
--- a/lisp/km-util.el
+++ b/lisp/km-util.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
diff --git a/lisp/km-webjump.el b/lisp/km-webjump.el
index c4fad52..3fc6ec6 100644
--- a/lisp/km-webjump.el
+++ b/lisp/km-webjump.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
diff --git a/lisp/setkey.el b/lisp/setkey.el
index a3cf221..8b3ca10 100644
--- a/lisp/setkey.el
+++ b/lisp/setkey.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