mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-01 20:44:34 +05:30
A few emacs fixes
This commit is contained in:
parent
0401ddce49
commit
d197630b54
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue