summaryrefslogtreecommitdiff
path: root/fussy.el
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-05-24 17:23:58 -0700
committercolin <colin@cicadas.surf>2023-05-24 17:23:58 -0700
commit119cd166dc0f8c3df069dcdd80dd80c8f3271cbd (patch)
tree253265c7e4c735eca8719655dba252ce1493ad51 /fussy.el
parent08627d9b7778402993358c4df7eff1b8ea112c3c (diff)
temporarily dropping update thread
Diffstat (limited to 'fussy.el')
-rw-r--r--fussy.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/fussy.el b/fussy.el
index 76c6c30..218bdea 100644
--- a/fussy.el
+++ b/fussy.el
@@ -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)