summaryrefslogtreecommitdiff
path: root/fussy.el
diff options
context:
space:
mode:
Diffstat (limited to 'fussy.el')
-rw-r--r--fussy.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/fussy.el b/fussy.el
index 7049ee2..818786c 100644
--- a/fussy.el
+++ b/fussy.el
@@ -9,7 +9,7 @@
(string= suffix
(cl-subseq str (- (length str) (length suffix))))))
-(defun fussy-is-theme-p (pkg-entry)
+ (defun fussy-is-theme-p (pkg-entry)
(let ((name (symbol-name (cl-first pkg-entry))))
(and (or (fussy-string-ends-with name "-theme")
(fussy-string-ends-with name "-themes"))
@@ -52,6 +52,9 @@ called filename."
(error (push package-name failed-to-install)))))
failed-to-install))
+(defun remove-all-themes ()
+ ())
+
(defun locate-theme-package (theme)
"Given a symbol naming a theme, find the name of the package that
the theme came from."