diff options
| author | 2026-03-10 09:14:36 -0700 | |
|---|---|---|
| committer | 2026-03-30 10:27:49 -0700 | |
| commit | 71fdf49129d15406e57a7f32beb08c6bdb9cbc37 (patch) | |
| tree | 99110b695c1ad798f0c8d052a990924e80ffde7b | |
| parent | d2bab4ace9ea6cd6bb7e81efe260784dca8f2ad6 (diff) | |
| download | new-dotfiles-71fdf49129d15406e57a7f32beb08c6bdb9cbc37.tar.gz new-dotfiles-71fdf49129d15406e57a7f32beb08c6bdb9cbc37.zip | |
pop-os: Add some Emacs packages
- ‘emacs-popup’: Opening PHP files always complains that ‘popup’ isn't
available. Now it is.
- ‘emacs-git-messenger’: I need to know what the last commit on a specific lines
is a surprising amount of the time.
- ‘emacs-csv-mode’: Needed to edit some CSV files.
| -rw-r--r-- | oni/home/config/pop-os.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm index 2279213..15043f9 100644 --- a/oni/home/config/pop-os.scm +++ b/oni/home/config/pop-os.scm @@ -210,6 +210,9 @@ (specification->package+output "font-dosis") (specification->package+output "font-comic-neue") (specification->package "wezterm") + (specification->package "emacs-popup") + (specification->package "emacs-git-messenger") + (specification->package "emacs-csv-mode") emacs-oni-core emacs-oni-compilation emacs-oni-common-lisp |
