mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
A few emacs fixes
This commit is contained in:
parent
0401ddce49
commit
d197630b54
3 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue