From c024c1b8e478697c0bb56c2d068dc6725a3c2f92 Mon Sep 17 00:00:00 2001 From: bbedward Date: Tue, 3 Feb 2026 16:15:13 -0500 Subject: [PATCH] matugen: fix emacs template fixes #1580 --- quickshell/matugen/configs/emacs.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickshell/matugen/configs/emacs.toml b/quickshell/matugen/configs/emacs.toml index 9fd2ddcb..5db4d4d1 100644 --- a/quickshell/matugen/configs/emacs.toml +++ b/quickshell/matugen/configs/emacs.toml @@ -1,3 +1,3 @@ [templates.dmsemacs] -input_path = "SHELL_DIR/matugen/templates/dank-emacs.el" +input_path = 'SHELL_DIR/matugen/templates/dank-emacs.el' output_path = "~/.emacs.d/themes/dank-emacs-theme.el"