summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-01-16 15:38:17 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2020-01-16 15:38:17 +0000
commit04c1206e24608071507d8af80fcfc9436f2966ca (patch)
treeeb729f72011a801fe35b30e1bfbfeea53dd849c2 /init.el
parent1cb94dd6407df79451076342dc49010240d33858 (diff)
changed font, bookmarks, etc
Diffstat (limited to '')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index b86bf84..0891d5d 100644
--- a/init.el
+++ b/init.el
@@ -18,7 +18,7 @@
;; font
(add-to-list 'default-frame-alist
- '(font . "Monaco-14"))
+ '(font . "Fira Code-14"))
;;(load-config)
(unless (package-installed-p 'use-package)