summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-12-09 18:22:23 +0200
committerThanos Apollo <[email protected]>2024-12-09 18:22:23 +0200
commita0e2b5c2a981dc2332b308ba777ed3aa3ee3f75d (patch)
tree416993810c81e7aa41daa79d113d21dde19e96d0 /guix
parent56ffdf3721349a1eb63b992be2e1a0505ee82e51 (diff)
guix: home: Update emacs packages.
* Add emacs-org-present, emacs-sudo-edit
Diffstat (limited to 'guix')
-rw-r--r--guix/home.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/home.scm b/guix/home.scm
index 2a54561..d624e67 100644
--- a/guix/home.scm
+++ b/guix/home.scm
@@ -27,7 +27,7 @@
(define thanos/emacs-packages
'("emacs-next-pgtk" "emacs-nov-el" "emacs-pdf-tools" "emacs-emms"
"emacs-geiser" "emacs-geiser-guile" "emacs-notmuch" "emacs-password-store"
- "emacs-debbugs" "emacs-0x0" "emacs-emojify"))
+ "emacs-debbugs" "emacs-0x0" "emacs-emojify" "emacs-org-present" "emacs-sudo-edit"))
(define thanos/python-packages
'("python-next" "python-pip" "python-lsp-server" "python-numpy"))