Fixed chatgpt emacs configuration

This commit is contained in:
Roger Gonzalez 2023-07-10 21:16:03 -03:00
parent 61d5b41a17
commit f6370db787
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -34,19 +34,19 @@
;; (setq doom-font (font-spec :family "Mononoki Nerd Font" :size 14) ;; (setq doom-font (font-spec :family "Mononoki Nerd Font" :size 14)
;; doom-variable-pitch-font (font-spec :family "sans") ;; doom-variable-pitch-font (font-spec :family "sans")
;; doom-big-font (font-spec :family "Mononoki Nerd Font" :size 24)) ;; doom-big-font (font-spec :family "Mononoki Nerd Font" :size 24))
(setq doom-font (font-spec :family "MesloLGS NF" :size 14) ;;(setq doom-font (font-spec :family "MesloLGS NF" :size 14)
doom-variable-pitch-font (font-spec :family "sans") ;;doom-variable-pitch-font (font-spec :family "sans")
doom-big-font (font-spec :family "MesloLGS NF" :size 24)) ;;doom-big-font (font-spec :family "MesloLGS NF" :size 24))
;; There are two ways to load a theme. Both assume the theme is installed and ;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the ;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default: ;; `load-theme' function. This is the default:
(after! doom-themes ;;(after! doom-themes
(setq doom-themes-enable-bold t ;;(setq doom-themes-enable-bold t
doom-themes-enable-italic t)) ;;doom-themes-enable-italic t))
(custom-set-faces! ;;(custom-set-faces!
'(font-lock-comment-face :slant italic) ;;'(font-lock-comment-face :slant italic)
'(font-lock-keyword-face :slant italic)) ;;'(font-lock-keyword-face :slant italic))
(setq doom-theme 'doom-badger) (setq doom-theme 'doom-badger)
;; If you use `org' and don't want your org files in the default location below, ;; If you use `org' and don't want your org files in the default location below,