diff options
| author | tslil clingman <> | 2020-05-05 20:26:45 -0700 |
|---|---|---|
| committer | tslil clingman <> | 2020-05-05 20:26:45 -0700 |
| commit | 5035096a71436a47821fce05ef7a559095999e0f (patch) | |
| tree | d0de0427aa476d3bf184cda58c615a4b9f0819f2 /emacs/inits/11-selectrum.el | |
| parent | 1d2c9def58d0ee5bd69c5f985ca97538cdf93c9b (diff) | |
Something close to correct for EXWM+workspaces+statusbar
Diffstat (limited to 'emacs/inits/11-selectrum.el')
| -rw-r--r-- | emacs/inits/11-selectrum.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emacs/inits/11-selectrum.el b/emacs/inits/11-selectrum.el index 5704635..aea43d3 100644 --- a/emacs/inits/11-selectrum.el +++ b/emacs/inits/11-selectrum.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2020-04-24 14:39:20 (tslil@bison)> +;; Time-stamp: <2020-05-04 13:08:01 (tslil@bison)> (use-package deadgrep :ensure t @@ -15,6 +15,7 @@ (insert (selectrum-completing-read "Yank: " (delete-dups kill-ring) nil t)))) (use-package selectrum + :ensure t :bind (("C-x f" . selectrum-recentf) ("M-y" . selectrum-yank)) :config @@ -25,9 +26,6 @@ (setq enable-recursive-minibuffers t) (selectrum-mode +1)) -(use-package prescient - :ensure t) - (use-package selectrum-prescient :ensure t :config |
