Skip to content

Commit

Permalink
yaml-mode
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 70be9252d9010f903505a0be31061558db93da64
  • Loading branch information
jaccarmac committed Apr 1, 2015
1 parent ae41da4 commit 750be16
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dot-emacs-dot-d.org
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,15 @@ Now, for some code.
(quse-package protobuf-mode)
#+END_SRC

* YAML.

"Yet Another Markup Language" indeed. It's the wrong acronym. Sue me. Ugh.

#+NAME: yaml-mode
#+BEGIN_SRC emacs-lisp
(quse-package yaml-mode)
#+END_SRC

* Tangle source code.

All files get tangled to the directory that this file is in.
Expand Down Expand Up @@ -425,4 +434,6 @@ Now, for some code.
<<go-autocomplete>>

<<protobuf-mode>>

<<yaml-mode>>
#+END_SRC
2 changes: 2 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,5 @@
(quse-package go-autocomplete)

(quse-package protobuf-mode)

(quse-package yaml-mode)

0 comments on commit 750be16

Please sign in to comment.