diff options
Diffstat (limited to 'fussy.el')
-rw-r--r-- | fussy.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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." |