A few emacs fixes

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

View File

@@ -56,7 +56,7 @@
(setq custom-file null-device) (setq custom-file null-device)
;; Fancy splash image ;; Fancy splash image
(setq fancy-splash-image "~/.doom.d/arch.png") (setq fancy-splash-image "./arch.png")
(setq +doom-dashboard-menu-sections (setq +doom-dashboard-menu-sections
'(("Open org roam overview" :icon '(("Open org roam overview" :icon
@@ -150,6 +150,8 @@
;; (add-hook 'org-mode-hook (lambda () ;; (add-hook 'org-mode-hook (lambda ()
;; (org-bullets-mode 1)))) ;; (org-bullets-mode 1))))
(after! org (org-eldoc-load))
(with-eval-after-load 'org (global-org-modern-mode)) (with-eval-after-load 'org (global-org-modern-mode))
;; Add frame borders and window dividers ;; 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) (setq custom-file null-device)
;; Fancy splash image ;; Fancy splash image
(setq fancy-splash-image "~/.doom.d/arch.png") (setq fancy-splash-image "./arch.png")
(setq +doom-dashboard-menu-sections (setq +doom-dashboard-menu-sections
'(("Open org roam overview" :icon '(("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 () ;; (add-hook 'org-mode-hook (lambda ()
;; (org-bullets-mode 1)))) ;; (org-bullets-mode 1))))
(after! org (org-eldoc-load))
(with-eval-after-load 'org (global-org-modern-mode)) (with-eval-after-load 'org (global-org-modern-mode))
;; Add frame borders and window dividers ;; 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 lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore markdown ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c ;;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 ;;ocaml ; an objective camel
(org +roam2) ; organize your plain life in plain text (org +roam2) ; organize your plain life in plain text
;;php ; perl's insecure younger brother ;;php ; perl's insecure younger brother

View File

@@ -132,7 +132,7 @@
lua ; one-based indices? one-based indices lua ; one-based indices? one-based indices
markdown ; writing docs for people to ignore markdown ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c ;;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 ;;ocaml ; an objective camel
(org +roam2) ; organize your plain life in plain text (org +roam2) ; organize your plain life in plain text
;;php ; perl's insecure younger brother ;;php ; perl's insecure younger brother