summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-02 13:08:06 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-02 13:08:06 -0400
commit1cc8de15a096b1ca22b6093d42f3b4dcae5c8990 (patch)
tree5d9d51ec6c82a491ef0f6f1eb787868c0ff596df
parent3e8b163f22382806d2f9f8bfcb680189ab47ecbc (diff)
Use git:// instead of https:// to fetch my fork of emacs-color-theme-solarized
-rw-r--r--.emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index 09c80f8..805b4c3 100644
--- a/.emacs
+++ b/.emacs
@@ -36,7 +36,7 @@
:after (lambda ()
(color-theme-tty-dark)))
(:name color-theme-solarized
- :url "https://LukeShu@github.com/LukeShu/emacs-color-theme-solarized.git"
+ :url "git://github.com/LukeShu/emacs-color-theme-solarized.git"
:after (lambda ()
(add-hook 'after-make-frame-functions
(lambda (frame)