Compare commits

...

3 Commits

@ -67,16 +67,17 @@
(package! poetry)
(load (expand-file-name "~/.local/share/doom/packages.el"))
(package! modus-themes)
(package! ox-odt
:recipe
(
:host github
:repo "kjambunathan/org-mode-ox-odt"
:files ("lisp/ox-odt.el"
"lisp/odt.el"
"etc"
"docs"
"contrib/odt/LibreOffice")))
(package! org-fancy-priorities)
(package! ox-odt
:recipe
(
:host github
:repo "kjambunathan/org-mode-ox-odt"
:files ("lisp/ox-odt.el"
"lisp/odt.el"
"etc"
"docs"
"contrib/odt/LibreOffice")))
;; at some point i want to try pulling in some of this
;; (package! nano-emacs
;; :recipe (:host github :repo "rougier/nano-emacs"))

@ -11,7 +11,7 @@
+org-capture-journal-file "journal.org"
org-agenda-files '("agendas.org")
org-fancy-priorities-list '("󰈅󰈅󰈅" "󰈅󰈅" "󰈅")
org-link-file-path-type 'relative))
org-link-file-path-type 'relative)
(org-link-set-parameters "rel" :follow #'browse-url :export #'wvxvw/export-rel-url)
(set-company-backend!

Loading…
Cancel
Save