This commit is contained in:
2024-09-02 19:24:13 -07:00
parent 23d686908d
commit d1f2ecbc14
29 changed files with 54 additions and 234 deletions

View File

@@ -1,6 +1,7 @@
(setq fancy-splash-image "~/.config/doom/splash.png")
;;(setq fancy-splash-image "~/.config/doom/splash.png")
(remove-hook '+doom-dashboard-functions #'doom-dashboard-widget-shortmenu)
(remove-hook '+doom-dashboard-functions #'doom-dashboard-widget-banner)
(remove-hook '+doom-dashboard-functions #'doom-dashboard-widget-footer)
(remove-hook '+doom-dashboard-functions #'doom-dashboard-widget-loaded)
(add-hook! '+doom-dashboard-mode-hook (hide-mode-line-mode 1) (hl-line-mode -1))
@@ -9,8 +10,8 @@
(setq user-full-name "opal"
user-mail-address "ry.orlando@proton.me")
(load-theme 'doom-gruvbox t)
;;(define-key global-map (kbd "<f5>") #'modus-themes-toggle)
(load-theme 'ef-eagle t)
(set-face-background 'default "#E8D8B0")
(dolist (mode '(org-mode-hook
term-mode-hook
@@ -59,7 +60,6 @@
(mixed-pitch-mode 1))
(use-package org
:commands (org-capture org-agenda)
:hook (org-mode . opal/org-mode-setup)