diff options
author | Thanos Apollo <[email protected]> | 2024-12-09 18:22:23 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-12-09 18:22:23 +0200 |
commit | a0e2b5c2a981dc2332b308ba777ed3aa3ee3f75d (patch) | |
tree | 416993810c81e7aa41daa79d113d21dde19e96d0 /guix | |
parent | 56ffdf3721349a1eb63b992be2e1a0505ee82e51 (diff) |
guix: home: Update emacs packages.
* Add emacs-org-present, emacs-sudo-edit
Diffstat (limited to 'guix')
-rw-r--r-- | guix/home.scm | 2 |
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")) |