From fe1d743c0f8115e8c8dd79b487f4a522cf0b34e1 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Sun, 2 May 2021 15:32:03 -0400 Subject: At some point selectrum-should-sort-p dropped the p. --- emacs/inits/11-selectrum.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emacs/inits') diff --git a/emacs/inits/11-selectrum.el b/emacs/inits/11-selectrum.el index 0be23a0..fa5feb7 100644 --- a/emacs/inits/11-selectrum.el +++ b/emacs/inits/11-selectrum.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2020-05-24 12:03:56 (tslil@bison)> +;; Time-stamp: <2021-05-02 15h31 EDT (hobbies)> (use-package deadgrep :ensure t @@ -6,12 +6,12 @@ (defun selectrum-recentf () (interactive) - (let ((selectrum-should-sort-p nil)) + (let ((selectrum-should-sort nil)) (find-file (completing-read "Recent file: " recentf-list nil t)))) (defun selectrum-yank () (interactive) - (let ((selectrum-should-sort-p nil)) + (let ((selectrum-should-sort nil)) (insert (selectrum-completing-read "Yank: " (delete-dups kill-ring) nil t)))) (use-package selectrum -- cgit v1.2.3