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

View file

@ -108,7 +108,7 @@ I use this functionality to load my private config file with non-public informat
(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
@ -209,6 +209,8 @@ I use this functionality to load my private config file with non-public informat
;; (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
@ -1477,7 +1479,7 @@ This section is the [[./init.el][init.el]] section, which controls which Doom mo
lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c
;;nix ; I hereby declare "nix geht mehr!"
nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel
(org +roam2) ; organize your plain life in plain text
;;php ; perl's insecure younger brother

View file

@ -132,7 +132,7 @@
lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c
;;nix ; I hereby declare "nix geht mehr!"
nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel
(org +roam2) ; organize your plain life in plain text
;;php ; perl's insecure younger brother