diff options
-rw-r--r-- | fussy.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -84,9 +84,12 @@ Saves to a temp file and puts the filename in the kill ring." (package-initialize) (package-refresh-contents) +(toggle-frame-maximized) (fussy-generate-all-theme-images "/home/colin/projects/LearnCPP/chapter1/hello_world/hello.cpp" "/home/colin/projects/fussy/fussy.el" "/home/colin/projects/INACTIVE/nsa/nsa.py") + +(kill-emacs) |