diff options
author | colin <colin@cicadas.surf> | 2023-05-24 17:23:58 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-05-24 17:23:58 -0700 |
commit | 119cd166dc0f8c3df069dcdd80dd80c8f3271cbd (patch) | |
tree | 253265c7e4c735eca8719655dba252ce1493ad51 /fussy.el | |
parent | 08627d9b7778402993358c4df7eff1b8ea112c3c (diff) |
temporarily dropping update thread
Diffstat (limited to 'fussy.el')
-rw-r--r-- | fussy.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,5 @@ +(setq no-byte-compile t) + (require 'cl-lib) (require 'package) @@ -116,6 +118,9 @@ the theme came from." (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) +(add-to-list 'default-frame-alist + '(font . "DejaVu Sans Mono-10")) + (package-initialize) (package-refresh-contents) (package-install 'compat) |