summaryrefslogtreecommitdiff
path: root/fussy.el
diff options
context:
space:
mode:
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)