configs/emacs: add shfmt, typescript and remove elpher

This commit is contained in:
Aaron Bieber 2024-05-21 12:52:51 -06:00
parent 3906f43b53
commit cdc0d50867
No known key found for this signature in database

View File

@ -343,15 +343,20 @@ Speedbar is almost perfect.. If it only ran in the current frame!! :D
(global-set-key (kbd "C-x C-n") 'sr-speedbar-toggle)
#+end_src
** Elpher
* Language Configurations
Elpher is a nice little gemini / gopher client.
** Shell
#+begin_src emacs-lisp
(use-package elpher)
(use-package shfmt)
(add-hook 'sh-mode-hook 'shfmt-on-save-mode)
#+end_src
* Language Configurations
** Typescript
#+begin_src emacs-lisp
(use-package typescript-mode)
#+end_src
** Nix