Commit 56882bd6170a
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -2430,7 +2430,7 @@
:ensure t)
#+END_SRC
-** Markdown
+** Markdown, Yaml & Toml
#+BEGIN_SRC emacs-lisp
(use-package markdown-mode
@@ -2439,14 +2439,17 @@
:ensure t)
#+END_SRC
-
-** Yaml
-
#+BEGIN_SRC emacs-lisp
(use-package yaml-mode
:ensure t)
#+END_SRC
+
+ #+BEGIN_SRC emacs-lisp
+ (use-package toml-mode
+ :ensure t)
+ #+END_SRC
+
** Docker
I'm playing a lot with [[http://docker.com][docker]] and most of the time editing