all repos — website @ feb8b02530b8d32e4659b16863d13ebd4379f142

My website

Migrate syntax highlighting options to zola syntax

Alan Pearce
commit

feb8b02530b8d32e4659b16863d13ebd4379f142

parent

a1e37b3a20addda6dd00d1a0ccfd349eff8b3afd

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

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