Emacs/cl-inspect-mode: Comment out example.

master
Pierre Neidhardt 2021-02-08 17:04:00 +01:00
parent cb6979d4e5
commit 3165825203
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ If ENTRY element at INDEX is a number, sort by number, otherwise sort by string.
(string-match-p "agenda" path)))
(defvar clinspect-filters (list #'identity))
(setq clinspect-filters (list #'clinspect--test-filter))
;; (setq clinspect-filters (list #'clinspect--test-filter))
(defun clinspect--filter-column (index predicate)
(lambda (entry)