summaryrefslogtreecommitdiff
path: root/fussy.el
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-04-15 13:21:02 -0700
committercolin <colin@cicadas.surf>2023-04-15 13:21:02 -0700
commit4aa6dc4cf4434b2855b72edb656cd294b7f9db24 (patch)
tree78fcdf0d0ef9bf48a63055b44c536d5018f52b84 /fussy.el
parentfc91ad03f95173f43c43511eea7e0d570030bf15 (diff)
just some formatting
Diffstat (limited to 'fussy.el')
-rw-r--r--fussy.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/fussy.el b/fussy.el
index a7b24cd..76c6c30 100644
--- a/fussy.el
+++ b/fussy.el
@@ -52,8 +52,6 @@ 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
@@ -118,13 +116,11 @@ the theme came from."
(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/") t)
-
(package-initialize)
(package-refresh-contents)
(package-install 'compat)
(require 'compat)
-
(set-frame-height (frame-focus) 50)
(set-frame-width (frame-focus) 100)