A few emacs fixes

This commit is contained in:
Emmet 2023-05-13 07:26:37 -05:00
parent 0401ddce49
commit d197630b54
3 changed files with 8 additions and 4 deletions

View file

@ -56,7 +56,7 @@
(setq custom-file null-device)
;; Fancy splash image
(setq fancy-splash-image "~/.doom.d/arch.png")
(setq fancy-splash-image "./arch.png")
(setq +doom-dashboard-menu-sections
'(("Open org roam overview" :icon
@ -150,6 +150,8 @@
;; (add-hook 'org-mode-hook (lambda ()
;; (org-bullets-mode 1))))
(after! org (org-eldoc-load))
(with-eval-after-load 'org (global-org-modern-mode))
;; Add frame borders and window dividers