Migrate syntax highlighting options to zola syntax
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M post/cedit-and-paredit.md → post/cedit-and-paredit.md
@@ -28,7 +28,7 @@ `paredit-space-for-delimiter-predicates`, which is a list of functions 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))