This commit is contained in:
2023-06-01 19:44:39 +02:00
parent 57436a2a65
commit f8f2a66bc9

View File

@@ -49,7 +49,7 @@
;; You may, however, configure the trigger list ;; You may, however, configure the trigger list
;; `autoscratch-triggers-alist' according to your preferences. This ;; `autoscratch-triggers-alist' according to your preferences. This
;; list consists of cons cells, where the `car' is a regexp and the ;; list consists of cons cells, where the `car' is a regexp and the
;; `cdr' an emacs lisp form (e.g. a lambda or defun). If you want to ;; `cdr' an Emacs Lisp form (e.g. a lambda or defun). If you want to
;; use regexps which match more than one character, then you need to ;; use regexps which match more than one character, then you need to
;; set `autoscratch-trigger-on-first-char' to `nil' and possibly tune ;; set `autoscratch-trigger-on-first-char' to `nil' and possibly tune
;; `autoscratch-trigger-after' accordingly. ;; `autoscratch-trigger-after' accordingly.