Doomemacs config add some packages
This commit is contained in:
parent
cbb7f9aa03
commit
20746f847d
|
@ -154,6 +154,13 @@
|
||||||
;; change `org-directory'. It must be set before org loads!
|
;; change `org-directory'. It must be set before org loads!
|
||||||
(setq org-directory "~/org/")
|
(setq org-directory "~/org/")
|
||||||
|
|
||||||
|
(after! format
|
||||||
|
'(not
|
||||||
|
emacs-lisp-mode
|
||||||
|
sql-mode
|
||||||
|
tex-mode
|
||||||
|
latex-mode))
|
||||||
|
|
||||||
(after! spell
|
(after! spell
|
||||||
(setq ispell-dictionary "english"))
|
(setq ispell-dictionary "english"))
|
||||||
|
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
(evil +everywhere); come to the dark side, we have cookies
|
(evil +everywhere); come to the dark side, we have cookies
|
||||||
file-templates ; auto-snippets for empty files
|
file-templates ; auto-snippets for empty files
|
||||||
fold ; (nigh) universal code folding
|
fold ; (nigh) universal code folding
|
||||||
;;(format +onsave) ; automated prettiness
|
(format +onsave) ; automated prettiness
|
||||||
;;god ; run Emacs commands without modifier keys
|
;;god ; run Emacs commands without modifier keys
|
||||||
;;lispy ; vim for lisp, for people who don't like vim
|
;;lispy ; vim for lisp, for people who don't like vim
|
||||||
multiple-cursors ; editing in many places at once
|
multiple-cursors ; editing in many places at once
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
pdf ; pdf enhancements
|
pdf ; pdf enhancements
|
||||||
;;prodigy ; FIXME managing external services & code builders
|
;;prodigy ; FIXME managing external services & code builders
|
||||||
rgb ; creating color strings
|
rgb ; creating color strings
|
||||||
;;taskrunner ; taskrunner for all your projects
|
taskrunner ; taskrunner for all your projects
|
||||||
;;terraform ; infrastructure as code
|
;;terraform ; infrastructure as code
|
||||||
tmux ; an API for interacting with tmux
|
tmux ; an API for interacting with tmux
|
||||||
tree-sitter ; syntax and parsing, sitting in a tree...
|
tree-sitter ; syntax and parsing, sitting in a tree...
|
||||||
|
|
|
@ -50,3 +50,4 @@
|
||||||
;(unpin! t)
|
;(unpin! t)
|
||||||
|
|
||||||
(package! whitespace)
|
(package! whitespace)
|
||||||
|
(package! smart-tabs-mode)
|
||||||
|
|
Loading…
Reference in New Issue