aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/emacs/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2024-02-05 23:41:14 -0800
committerGravatar Tom Willemse2024-02-05 23:41:14 -0800
commit1fd9b5aa809d2163752ec57663ce8715a4bd7520 (patch)
tree43647ee69a356b8779485271d56e924431485bd4 /oni/home/services/emacs/init.el
parentc5a9e8ac84de8d2c94319de067a0e7a3e12cef26 (diff)
downloadnew-dotfiles-1fd9b5aa809d2163752ec57663ce8715a4bd7520.tar.gz
new-dotfiles-1fd9b5aa809d2163752ec57663ce8715a4bd7520.zip
Add my yaml-mode configuration for Emacs
Diffstat (limited to 'oni/home/services/emacs/init.el')
-rw-r--r--oni/home/services/emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/oni/home/services/emacs/init.el b/oni/home/services/emacs/init.el
index b628c81..3cf23d2 100644
--- a/oni/home/services/emacs/init.el
+++ b/oni/home/services/emacs/init.el
@@ -50,3 +50,4 @@
(with-eval-after-load 'electric
(add-hook 'electric-quote-inhibit-functions #'oni-in-word-p))
+(with-eval-after-load 'yaml-mode (require 'oni-yaml))