From d197630b547016bb90bf68366788b64ec388d432 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 13 May 2023 07:26:37 -0500 Subject: [PATCH] A few emacs fixes --- user/app/doom-emacs/config.el | 4 +++- user/app/doom-emacs/doom.org | 6 ++++-- user/app/doom-emacs/init.el | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/user/app/doom-emacs/config.el b/user/app/doom-emacs/config.el index 6d45b88f..044a1cc0 100644 --- a/user/app/doom-emacs/config.el +++ b/user/app/doom-emacs/config.el @@ -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 diff --git a/user/app/doom-emacs/doom.org b/user/app/doom-emacs/doom.org index 1f1d6908..4b9b93c9 100644 --- a/user/app/doom-emacs/doom.org +++ b/user/app/doom-emacs/doom.org @@ -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 diff --git a/user/app/doom-emacs/init.el b/user/app/doom-emacs/init.el index d9356c9f..61184f03 100644 --- a/user/app/doom-emacs/init.el +++ b/user/app/doom-emacs/init.el @@ -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