From 5d56c878e59e3712afc3353e2097509a04d4e514 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 30 Apr 2022 19:00:04 +0200 Subject: Migrate syntax highlighting options to zola syntax --- post/cedit-and-paredit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post/cedit-and-paredit.md') diff --git a/post/cedit-and-paredit.md b/post/cedit-and-paredit.md index cd395e9..89f8cb3 100644 --- a/post/cedit-and-paredit.md +++ b/post/cedit-and-paredit.md @@ -28,7 +28,7 @@ paredit. Turns out it provides that control whether a space should be inserted. So, solving the formatting issue turned out to be pretty simple: -```elisp +```lisp (defun ap/cedit-space-delimiter-p (endp delimiter) "Don't insert a space before delimiters in c-style modes" (not cedit-mode)) -- cgit 1.4.1