all repos — website @ a8ad05ee11fd6c6c32dbadad30ed2013b08587ae

My website

Migrate syntax highlighting options to zola syntax

Alan Pearce
commit

a8ad05ee11fd6c6c32dbadad30ed2013b08587ae

parent

5deeb3893fead388293e16317b8a3e8f178d9e25

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M content/post/cedit-and-paredit.mdcontent/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))