feat: refactor emacs package declaring

this is a ton better because:

this makes the flake look cleaner

this means I can declare multiple packages in the flake

without repeating myself as much as i would have had to.
This commit is contained in:
Artur Manuel 2024-09-09 16:34:39 +01:00
commit 95ef7816f0
Failed to generate hash of commit
4 changed files with 105 additions and 84 deletions

View file

@ -285,7 +285,10 @@ Enabling Emacs-LSP to use LSPs, I am very dry on syntax highlighters right now.
#+END_SRC
*** Rust
#+BEGIN_SRC emacs-lisp
(use-package rustic)
(use-package rustic
:custom
(rustic-format-on-save t)
(rustic-cargo-use-last-stored-arguments t))
#+END_SRC
*** Haskell
#+BEGIN_SRC emacs-lisp