Added hugo and yaml to doom emacs

This commit is contained in:
Roger Gonzalez 2020-04-30 17:06:19 -03:00
parent 08966f65aa
commit 7157591e41
2 changed files with 2 additions and 1 deletions

View File

@ -138,7 +138,7 @@
;;ocaml ; an objective camel ;;ocaml ; an objective camel
(org ; organize your plain life in plain text (org ; organize your plain life in plain text
+dragndrop ; drag & drop files/images into org buffers +dragndrop ; drag & drop files/images into org buffers
;;+hugo ; use Emacs for hugo blogging +hugo ; use Emacs for hugo blogging
;;+jupyter ; ipython/jupyter support for babel ;;+jupyter ; ipython/jupyter support for babel
;;+pandoc ; export-with-pandoc support ;;+pandoc ; export-with-pandoc support
;;+pomodoro ; be fruitful with the tomato technique ;;+pomodoro ; be fruitful with the tomato technique

View File

@ -53,3 +53,4 @@
(package! whitespace-cleanup-mode) (package! whitespace-cleanup-mode)
(package! prettier-js) (package! prettier-js)
(package! aggressive-indent) (package! aggressive-indent)
(package! yaml-mode)