diff options
-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) |