dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit 6162ef85c535ea9ee913dc743db53045be3a4c06
parent 522b90ad3e5e03710c3d1c88170563d8a0451316
Author: Lukas Henkel <lh@entf.net>
Date:   Thu, 18 Nov 2021 19:47:46 +0100

Add YAML mode

Diffstat:
Mconfig.org | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/config.org b/config.org @@ -419,6 +419,11 @@ Using the language server protocol, we can support a lot of different programmin (use-package flymake-json :straight t) #+end_src +** YAML +#+begin_src emacs-lisp + (use-package yaml-mode + :straight t) +#+end_src * Other packages ** Magit Magit is a git UI for Emacs.