From f6370db787583c4520fde1a1bb01a3882532fed9 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 10 Jul 2023 21:16:03 -0300 Subject: Fixed chatgpt emacs configuration --- .config/doom/config.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.config/doom') diff --git a/.config/doom/config.el b/.config/doom/config.el index 5b50b1ec..8cfa1353 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -34,19 +34,19 @@ ;; (setq doom-font (font-spec :family "Mononoki Nerd Font" :size 14) ;; doom-variable-pitch-font (font-spec :family "sans") ;; doom-big-font (font-spec :family "Mononoki Nerd Font" :size 24)) -(setq doom-font (font-spec :family "MesloLGS NF" :size 14) - doom-variable-pitch-font (font-spec :family "sans") - doom-big-font (font-spec :family "MesloLGS NF" :size 24)) +;;(setq doom-font (font-spec :family "MesloLGS NF" :size 14) + ;;doom-variable-pitch-font (font-spec :family "sans") + ;;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 ;; available. You can either set `doom-theme' or manually load a theme with the ;; `load-theme' function. This is the default: -(after! doom-themes - (setq doom-themes-enable-bold t - doom-themes-enable-italic t)) -(custom-set-faces! - '(font-lock-comment-face :slant italic) - '(font-lock-keyword-face :slant italic)) +;;(after! doom-themes + ;;(setq doom-themes-enable-bold t + ;;doom-themes-enable-italic t)) +;;(custom-set-faces! + ;;'(font-lock-comment-face :slant italic) + ;;'(font-lock-keyword-face :slant italic)) (setq doom-theme 'doom-badger) ;; If you use `org' and don't want your org files in the default location below, -- cgit v1.2.3