increase emacs font size
This commit is contained in:
parent
ffbd60ba4c
commit
bbad123631
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
;disable auto save
|
;disable auto save
|
||||||
(setq auto-save-default nil)
|
(setq auto-save-default nil)
|
||||||
|
|
||||||
(add-to-list 'default-frame-alist '(font . "Monospace 13"))
|
(add-to-list 'default-frame-alist '(font . "Monospace 14"))
|
||||||
;; Set theme
|
;; Set theme
|
||||||
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
|
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
|
||||||
(load-theme 'catppuccin t)
|
(load-theme 'catppuccin t)
|
||||||
|
|
Loading…
Reference in a new issue