diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-02 13:08:06 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-02 13:08:06 -0400 |
commit | 1cc8de15a096b1ca22b6093d42f3b4dcae5c8990 (patch) | |
tree | 5d9d51ec6c82a491ef0f6f1eb787868c0ff596df | |
parent | 3e8b163f22382806d2f9f8bfcb680189ab47ecbc (diff) |
Use git:// instead of https:// to fetch my fork of emacs-color-theme-solarized
-rw-r--r-- | .emacs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |