branch: elpa/inkpot-theme
commit b5586d72e919623ce883c5093b79b002b3e3d631
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Cleanup: format
---
inkpot-theme.el | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/inkpot-theme.el b/inkpot-theme.el
index 6c53fce9d9..40cc3bde7a 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -14,11 +14,16 @@
;;; Code:
-(deftheme inkpot "Dark color scheme with bright easily identifiable colors.")
+(deftheme inkpot
+ "Dark color scheme with bright easily identifiable colors.")
-(defgroup inkpot nil "InkPot theme and it's settings." :group 'inkpot)
+(defgroup inkpot nil
+ "InkPot theme and it's settings."
+ :group 'inkpot)
-(defcustom inkpot-theme-use-box t "Show outline around mode-line and header."
:type 'boolean)
+(defcustom inkpot-theme-use-box t
+ "Show outline around mode-line and header."
+ :type 'boolean)
;; Colors from original Vim theme (for reference)
;; as of https://github.com/ciaranm/inkpot (Feb 11, 2013)
@@ -480,7 +485,8 @@
;;;###autoload
(when load-file-name
- (add-to-list 'custom-theme-load-path
+ (add-to-list
+ 'custom-theme-load-path
(file-name-as-directory (file-name-directory load-file-name))))
(provide-theme 'inkpot)