mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
For my new site using quartz
This commit is contained in:
parent
0c43e51e60
commit
dd3d042c0f
1 changed files with 6 additions and 0 deletions
|
@ -1022,6 +1022,12 @@ Made for `org-tab-first-hook' in evil-mode."
|
||||||
:init
|
:init
|
||||||
(global-org-modern-mode))
|
(global-org-modern-mode))
|
||||||
|
|
||||||
|
;; Markdown setup for quartz
|
||||||
|
(use-package markdown-mode
|
||||||
|
:custom
|
||||||
|
(markdown-enable-wiki-links t)
|
||||||
|
(markdown-wiki-link-alias-first nil))
|
||||||
|
|
||||||
;; Olivetti
|
;; Olivetti
|
||||||
(use-package olivetti
|
(use-package olivetti
|
||||||
:custom
|
:custom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue