diff --git a/configs/init-base.el b/configs/init-base.el index 32dc33f..5745172 100644 --- a/configs/init-base.el +++ b/configs/init-base.el @@ -104,6 +104,8 @@ ) ;; Leve transparencia en emacs por defecto. ;; (set-frame-parameter nil 'alpha-background 95) +;; Font por defecto + (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ;; Backups enabled, use nil to disable (setq