unstable
Penguin 3 months ago
parent 01c214b582
commit ddc28becb6

@ -90,7 +90,7 @@
(debugger +lsp) ; FIXME stepping through code, to help you add bugs
;;direnv
;;docker
;;editorconfig ; let someone else argue about tabs vs spaces
editorconfig ; let someone else argue about tabs vs spaces
;;ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists

@ -64,5 +64,16 @@
(package! flycheck-projectile)
(package! treemacs-projectile)
(package! ox-mediawiki)
(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")))

Loading…
Cancel
Save