From a50c3f3916a986230b9c2a1f602b6021e902e372 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 15 Jun 2026 17:02:56 -0700 Subject: wezterm: Replace Lua config with Fennel --- emacs/.emacs.d/init.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index fa3f069..13e08ca 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -827,6 +827,12 @@ Highlight diffs in the fringe. (use-package mixed-pitch) #+end_src +* Fennel + +#+begin_src emacs-lisp + (use-package fennel-mode) +#+end_src + * Custom Change the file where =customize= stores its settings. -- cgit v1.3-2-g0d8e