From 2c767ad56bc32d9a7cdc54db76c9827b2cf8b593 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 23 Mar 2023 07:42:28 +0200 Subject: emacs: Change org-mode theme to gruvbox --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 24b1906..fac2904 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -795,7 +795,7 @@ you have the correctly set the OPENAI_API_KEY variable" org-superstar-itembullet-alist '((?+ . ?➤) (?- . ?✦))) ;; changes +/- symbols in item lists) ;; Hooks -(add-hook 'org-mode-hook 'apollo/org-theme-dracula) +(add-hook 'org-mode-hook 'apollo/org-theme-gruvbox) (add-hook 'org-mode-hook 'org-superstar-mode) (add-hook 'org-mode-hook 'flyspell-mode) (add-hook 'org-mode-hook 'toc-org-mode) -- cgit v1.2.3