diff options
| author | tslil clingman <> | 2020-04-10 11:06:16 -0700 |
|---|---|---|
| committer | tslil clingman <> | 2020-04-10 11:06:16 -0700 |
| commit | 9f16845044caa0a11f8de97b797bcd753578916f (patch) | |
| tree | c9d2ed4b8ea8215d4a32dd00060bb3d439e17e84 /emacs/inits/11-selectrum.el | |
| parent | ac428fe37c63732f3de8be47185a295f0ffa83a9 (diff) | |
Updated bash config, emacs tweaks
Diffstat (limited to 'emacs/inits/11-selectrum.el')
| -rw-r--r-- | emacs/inits/11-selectrum.el | 12 |
1 files changed, 1 insertions, 11 deletions
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)) |
