From 9f16845044caa0a11f8de97b797bcd753578916f Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Fri, 10 Apr 2020 11:06:16 -0700 Subject: Updated bash config, emacs tweaks --- emacs/inits/11-selectrum.el | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'emacs/inits/11-selectrum.el') diff --git a/emacs/inits/11-selectrum.el b/emacs/inits/11-selectrum.el index d7aaab2..b8653c5 100644 --- a/emacs/inits/11-selectrum.el +++ b/emacs/inits/11-selectrum.el @@ -1,15 +1,9 @@ -;; Time-stamp: <2020-03-31 09:11:15 (tslil@bison)> +;; Time-stamp: <2020-04-10 11:05:31 (tslil@bison)> (use-package deadgrep :ensure t :bind (("C-c g" . deadgrep))) -(use-package quelpa - :ensure t - :init (setq quelpa-update-melpa-p nil)) - -(quelpa '(selectrum :fetcher git :url "https://github.com/raxod502/selectrum.git")) - (defun selectrum-recentf () (interactive) (find-file (completing-read "Recent file: " recentf-list nil t))) @@ -27,8 +21,6 @@ selectrum-count-style 'matches) (selectrum-mode +1)) -(quelpa '(selectrum-prescient :fetcher git :url "https://github.com/raxod502/prescient.git")) - (use-package prescient :ensure t) @@ -38,8 +30,6 @@ (selectrum-prescient-mode +1) (prescient-persist-mode +1)) -;; (quelpa '(ctrlf :fetcher git :url "https://github.com/raxod502/ctrlf.git")) - ;; (use-package ctrlf ;; :ensure t ;; :config (ctrlf-mode +1)) -- cgit v1.2.3