summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-07-10 21:16:03 -0300
committerRoger Gonzalez <roger@rogs.me>2023-07-10 21:16:03 -0300
commitf6370db787583c4520fde1a1bb01a3882532fed9 (patch)
tree02fcf189799a793eb41f6d388e697a32f4653d2c
parent61d5b41a17a3982405cd1b0d7ceaff61ba62cfbf (diff)
Fixed chatgpt emacs configuration
-rw-r--r--.config/doom/config.el18
1 files changed, 9 insertions, 9 deletions
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,