diff options
| author | tslil clingman <> | 2019-12-21 15:09:59 -0500 |
|---|---|---|
| committer | tslil clingman <> | 2019-12-21 15:09:59 -0500 |
| commit | 887533080d932de82cc638fa5096b3cb07d8f2f6 (patch) | |
| tree | 179752b448427d80e5bcf1c24cd4182d07bac8c2 /emacs/inits/01-basic.el | |
| parent | 29744f4ade9e94f55d6deb4de72498ee537f87b1 (diff) | |
Changes frome chromebook
Diffstat (limited to 'emacs/inits/01-basic.el')
| -rw-r--r-- | emacs/inits/01-basic.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/inits/01-basic.el b/emacs/inits/01-basic.el index 5c66367..43ea233 100644 --- a/emacs/inits/01-basic.el +++ b/emacs/inits/01-basic.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2019-09-11 10:19:29 (tslil@basingstoke)> +;; Time-stamp: <2019-10-20 22:15:45 (tslil@basingstoke)> ;; ----------------------------------------------------------------------------- ;; Interface @@ -40,7 +40,7 @@ (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/") (when (eq 'x (window-system)) (load-theme 'zenburn t) - (set-face-attribute 'default nil :font "Fira Code-14")) + (set-face-attribute 'default nil :font "Sudo-15")) (set-fringe-style 0) ;; (set-fringe-mode 128) |
