diff options
author | AChavali <aryadevchavali1@gmail.com> | 2019-12-30 20:54:52 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2019-12-30 21:00:26 +0000 |
commit | 6804a0159710d7b0fefab93a3e4efc1f34a51923 (patch) | |
tree | 4b4e826bcced44f62dad64951a25e8a4fb2eb7da /doom.d/packages.el | |
parent | 3b3f81095ec70a9c1b4d5298981c4ff7c3947d3c (diff) | |
download | dotfiles-6804a0159710d7b0fefab93a3e4efc1f34a51923.tar.gz dotfiles-6804a0159710d7b0fefab93a3e4efc1f34a51923.tar.bz2 dotfiles-6804a0159710d7b0fefab93a3e4efc1f34a51923.zip |
~moved personal and writers to their own org files
~Moved to their own org files for organisation their own org files
+writers module that uses powersaurus, flyspell and darkroom to help
with producing a writers experience
Diffstat (limited to 'doom.d/packages.el')
-rw-r--r-- | doom.d/packages.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doom.d/packages.el b/doom.d/packages.el index a1d2cc9..5146c1b 100644 --- a/doom.d/packages.el +++ b/doom.d/packages.el @@ -10,6 +10,7 @@ (package! wttrin) ; weather in emacs? yes please (package! wakatime-mode) ; wakatime (package! darkroom-mode :recipe (:host github :repo "joaotavora/darkroom")) +(package! powerthesaurus) ; Coding (package! counsel-etags) ; tags are cool (package! py-yapf) ; formatting |