From 6278a7e960ef5e528dbb0dbc3a655dcc298a5e34 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 9 Aug 2024 14:25:29 -0600 Subject: [PATCH] configs/emacs: add uxntal --- configs/emacs.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/emacs.org b/configs/emacs.org index 9eec356..f6b11cc 100644 --- a/configs/emacs.org +++ b/configs/emacs.org @@ -123,6 +123,12 @@ here. * Packages +** uxntal + +#+begin_src emacs-lisp + (use-package uxntal-mode) +#+end_src + ** breadcrumb Handy breadcrumbs for seeing where things are in the LSP.