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:
parent
e0e44156e7
commit
95ef7816f0
4 changed files with 105 additions and 84 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue