increase emacs font size

This commit is contained in:
Anthony Rodriguez 2023-06-02 08:54:25 +02:00
parent ffbd60ba4c
commit bbad123631
No known key found for this signature in database

View file

@ -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)