Emacs rices: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 December 2023

  • curprev 18:3318:33, 28 December 2023Razzi talk contribs 568 bytes +158 No edit summary
  • curprev 16:3516:35, 28 December 2023Razzi talk contribs 410 bytes −3,494 No edit summary
  • curprev 16:3416:34, 28 December 2023Razzi talk contribs 3,904 bytes +3,904 Created page with "Want to make the indent function of elisp aligned like this post: https://emacs.stackexchange.com/questions/10230/how-to-indent-keywords-aligned The long answer with advice didn't work, but the code from fuco1 did. It's mit licensed; could package it up as its own package. Here it is in all its glory <pre> (eval-after-load "lisp-mode" '(defun lisp-indent-function (indent-point state) "This function is the normal value of the variable `lisp-indent-function'. The..."