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