diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-12-10 09:27:55 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-12-10 09:28:21 -0500 |
commit | 5d092ff4cd72736ff7278a8745a57f4d4d765f89 (patch) | |
tree | e496a73bb1a8893b598df2f8b41906e98842a435 | |
parent | c5a177b9f8bf6d86373f5c970db2cd482fd0fd76 (diff) |
laptop-manifest: Add emacs-buffer-env and remove emacs-guix.
-rw-r--r-- | laptop-manifest.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/laptop-manifest.scm b/laptop-manifest.scm index 812a9a1..5ca7b94 100644 --- a/laptop-manifest.scm +++ b/laptop-manifest.scm @@ -30,11 +30,11 @@ (packages->manifest (list emacs emacs-better-defaults + emacs-buffer-env emacs-doom-modeline emacs-doom-themes emacs-flycheck-guile emacs-geiser-guile - emacs-guix emacs-ido-ubiquitous emacs-js2-mode emacs-magit @@ -55,5 +55,3 @@ gnome-tweaks guile-3.0 openssh)) - - |