Add writeroom-mode to Emacs

Amolith created

Change summary

dot_doom.d/packages.el | 1 +
1 file changed, 1 insertion(+)

Detailed changes

dot_doom.d/packages.el 🔗

@@ -20,6 +20,7 @@
 (package! sclang-extensions)
 (package! tree-sitter)
 (package! tree-sitter-langs)
+(package! writeroom-mode)
 
 ;; To install a package directly from a remote git repo, you must specify a
 ;; `:recipe'. You'll find documentation on what `:recipe' accepts here: