A few emacs fixes
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user