Skip to content

Commit 2a76110

Browse files
committed
update
1 parent e85ec0b commit 2a76110

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

init.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
;; THEME
128128
;;---------------------------------------------------------------------
129129

130-
(load-theme-based-on-system-theme)
130+
;; (load-theme-based-on-system-theme)
131131

132132
;;---------------------------------------------------------------------
133133
;; MAIL
@@ -147,8 +147,8 @@
147147
;; GPT
148148
;;---------------------------------------------------------------------
149149

150-
(when (file-readable-p "~/.emacs.d/lisp/gpt.el")
151-
(load-file "~/.emacs.d/lisp/gpt.el"))
150+
;; (when (file-readable-p "~/.emacs.d/lisp/gpt.el")
151+
;; (load-file "~/.emacs.d/lisp/gpt.el"))
152152

153153
;;---------------------------------------------------------------------
154154
;; END

0 commit comments

Comments
 (0)