+description to emacs lisp section

This commit is contained in:
2020-08-09 17:29:22 +01:00
parent 39561add04
commit c97f16044f

View File

@@ -1035,6 +1035,8 @@ Then emmet for super speed
"M-k" #'emmet-prev-edit-point))
#+END_SRC
** Emacs lisp
Add a new lisp indent function which indents newline lists more
appropriately.
#+BEGIN_SRC emacs-lisp
(with-eval-after-load "lisp-mode"
(defun +modded/lisp-indent-function (indent-point state)