branch: elpa/ujelly-theme
commit 0be4877f520a9e71ee619e1737c75f5c4fdaf8b8
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
remove space in magit autoload comment
---
ujelly-theme.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index f434f4f..54411f0 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -2,7 +2,7 @@
;; Author: Mark Tran <[email protected]>
;; URL: http://github.com/marktran/color-theme-ujelly
-;; Version: 1.0.39
+;; Version: 1.0.40
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -126,7 +126,7 @@
`(web-mode-symbol-face ((,class (:foreground ,ujelly-green-1))))
`(whitespace-trailing ((,class (:background ,ujelly-red-1))))))
-;;; ###autoload
+;;;###autoload
(when load-file-name
(add-to-list 'custom-theme-load-path
(file-name-as-directory (file-name-directory load-file-name))))