diff options
author | colin <colin@cicadas.surf> | 2023-04-15 13:21:02 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-04-15 13:21:02 -0700 |
commit | 4aa6dc4cf4434b2855b72edb656cd294b7f9db24 (patch) | |
tree | 78fcdf0d0ef9bf48a63055b44c536d5018f52b84 /fussy.el | |
parent | fc91ad03f95173f43c43511eea7e0d570030bf15 (diff) |
just some formatting
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) |