diff options
author | Ben Sima <ben@bensima.com> | 2025-04-18 12:53:49 -0400 |
---|---|---|
committer | Ben Sima <ben@bensima.com> | 2025-04-18 12:55:04 -0400 |
commit | 98bee4bb031d6a0802ffe5a33119bc2316e6cb05 (patch) | |
tree | 61999b376458ae9c04d78805859761d266af51c2 /lib/emacs-packages.nix | |
parent | b8e841f0bc42a0127462db6ed4052162a53525e1 (diff) |
lots of changes to get laptop (boron) working
- changed email address everywhere
- added calendars
- lots of emacs packages added/fixed
- some tweaks for my laptop setup (fonts, gpg signing)
- gpg forwarding over ssh finally works now!!!
- refactored some stuff to accomodate laptop
Diffstat (limited to 'lib/emacs-packages.nix')
-rw-r--r-- | lib/emacs-packages.nix | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/lib/emacs-packages.nix b/lib/emacs-packages.nix index bacb94a..023aba5 100644 --- a/lib/emacs-packages.nix +++ b/lib/emacs-packages.nix @@ -28,8 +28,9 @@ dired-narrow direnv doom-themes doom-modeline -ellama +#ellama # install manually, this version is too old embark +embark-consult editorconfig erc-hl-nicks evil @@ -40,6 +41,8 @@ evil-org evil-surround emojify eww-lnum +exercism +fira-code-mode flycheck flycheck-haskell fzf @@ -58,6 +61,7 @@ imenu-anywhere indent-guide ivy ix +khalel keycast ledger-mode lispy @@ -65,12 +69,14 @@ magit marginalia markdown-mode mixed-pitch +mu4e multiple-cursors neotree notmuch nix-buffer nix-mode ol-notmuch +org-alert org-clock-today org-contrib org-drill @@ -94,8 +100,10 @@ rust-mode s solaire-mode slime +spacemacs-theme +sr-speedbar swiper -sx +#sx # build failure undo-tree use-package which-key |