aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2016-02-28 12:16:06 -0500
committerRyan Kavanagh <rak@debian.org>2016-02-28 12:16:06 -0500
commit898cfbde005acab737b6050f1c057b377ac3988d (patch)
treee311855f4c66b2cbd8619801d28db8809c2286b4
parentNailrc customisations (diff)
Added yaml-mode to emacs
-rw-r--r--.emacs2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 6346a1e..7da0e75 100644
--- a/.emacs
+++ b/.emacs
@@ -60,6 +60,8 @@
:ensure t)
(use-package sml-mode
:ensure t)
+(use-package yaml-mode
+ :ensure t)
;;;; AUTO FILL
; We want auto-fill enabled for all text modes