Doomemacs config add some packages

This commit is contained in:
Leni Ven 2023-01-30 21:45:43 -08:00
parent cbb7f9aa03
commit 20746f847d
3 changed files with 10 additions and 2 deletions

View File

@ -154,6 +154,13 @@
;; change `org-directory'. It must be set before org loads!
(setq org-directory "~/org/")
(after! format
'(not
emacs-lisp-mode
sql-mode
tex-mode
latex-mode))
(after! spell
(setq ispell-dictionary "english"))

View File

@ -56,7 +56,7 @@
(evil +everywhere); come to the dark side, we have cookies
file-templates ; auto-snippets for empty files
fold ; (nigh) universal code folding
;;(format +onsave) ; automated prettiness
(format +onsave) ; automated prettiness
;;god ; run Emacs commands without modifier keys
;;lispy ; vim for lisp, for people who don't like vim
multiple-cursors ; editing in many places at once
@ -102,7 +102,7 @@
pdf ; pdf enhancements
;;prodigy ; FIXME managing external services & code builders
rgb ; creating color strings
;;taskrunner ; taskrunner for all your projects
taskrunner ; taskrunner for all your projects
;;terraform ; infrastructure as code
tmux ; an API for interacting with tmux
tree-sitter ; syntax and parsing, sitting in a tree...

View File

@ -50,3 +50,4 @@
;(unpin! t)
(package! whitespace)
(package! smart-tabs-mode)