diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-01-16 15:38:17 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-01-16 15:38:17 +0000 |
commit | 04c1206e24608071507d8af80fcfc9436f2966ca (patch) | |
tree | eb729f72011a801fe35b30e1bfbfeea53dd849c2 /init.el | |
parent | 1cb94dd6407df79451076342dc49010240d33858 (diff) |
changed font, bookmarks, etc
Diffstat (limited to '')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |