update emacs

This commit is contained in:
2025-12-22 16:05:50 -05:00
parent 1e94c687d3
commit 2fa8ffada8
3 changed files with 142 additions and 23 deletions

View File

@@ -36,7 +36,6 @@
;; C-c C-TAB -- indent according to mode
;;; Code:
(defcustom stupid-indent-level 2
"Indentation level for stupid-indent-mode")
@@ -55,7 +54,7 @@
(back-to-indentation)
(current-column))))
(cond
k((< (current-column) bt)
((< (current-column) bt)
(back-to-indentation))
((looking-at "\\s-*\n")
(let ((col (save-excursion