From 1fd9b5aa809d2163752ec57663ce8715a4bd7520 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 5 Feb 2024 23:41:14 -0800 Subject: Add my yaml-mode configuration for Emacs --- oni/home/services/emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'oni/home/services/emacs/init.el') 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)) -- cgit v1.2.3-54-g00ecf