summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-03-23 07:42:28 +0200
committerThanos Apollo <[email protected]>2023-03-23 07:42:28 +0200
commit2c767ad56bc32d9a7cdc54db76c9827b2cf8b593 (patch)
treedfc4dc397f13d1ccd6bdcc05e6139088085b4cbe /emacs.org
parent3293c256c1887d5a0860295e5bf28fa384dd0980 (diff)
emacs: Change org-mode theme to gruvbox
Diffstat (limited to 'emacs.org')
-rwxr-xr-xemacs.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.org b/emacs.org
index 3171e84..de7ad8b 100755
--- a/emacs.org
+++ b/emacs.org
@@ -908,7 +908,7 @@ Hook with ~dired-mode~
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)