emacs: Add racket and enhance org config

This commit is contained in:
Alexander Kobjolke 2024-10-28 14:17:52 +01:00
parent c30db4076b
commit fad45166cd
3 changed files with 29 additions and 4 deletions

View file

@ -53,6 +53,9 @@
;; :recipe (:host github :repo "username/repo"
;; :files ("some-file.el" "src/lisp/*.el")))
(unpin! compat)
;(unpin! with-editor ghub)
(package! ormolu)
(package! org-gtd
:recipe (:host github :repo "Trevoke/org-gtd.el" :branch "master"))
@ -67,7 +70,9 @@
(package! org-present)
(package! denote)
(package! org-super-agenda)
(package! org-modern)
(package! org-ql)
(package! org-contacts)
(package! org-bookmark-heading)
(package! activities
:recipe (:host github :repo "alphapapa/activities.el" :branch "master"))