summaryrefslogtreecommitdiff
path: root/fussy.el
diff options
context:
space:
mode:
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)