diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2021-09-13 02:35:59 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2021-09-13 02:45:36 (GMT) |
| commit | 50a760454df78c56c521174fc2ac9b59570b4962 (patch) | |
| tree | 646ea7452031c18e45a12b31d9e33e3d635346ce /lisp/ravi-init-files.el | |
| parent | 89e27d124124156a01a228f785aa240e531afc35 (diff) | |
| download | dotemacs-50a760454df78c56c521174fc2ac9b59570b4962.zip dotemacs-50a760454df78c56c521174fc2ac9b59570b4962.tar.gz dotemacs-50a760454df78c56c521174fc2ac9b59570b4962.tar.bz2 | |
Selectrum/vertico
Still need to find an alternative for helm-dash and browse-kill-ring
Diffstat (limited to 'lisp/ravi-init-files.el')
| -rw-r--r-- | lisp/ravi-init-files.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ravi-init-files.el b/lisp/ravi-init-files.el index d279176..f7617b8 100644 --- a/lisp/ravi-init-files.el +++ b/lisp/ravi-init-files.el @@ -69,6 +69,7 @@ (add-to-list 'recentf-exclude "/COMMIT_EDITMSG$") (add-to-list 'recentf-exclude "/kmail[[:alnum:]]*\\.tmp$") (add-to-list 'recentf-exclude "/elpa/.*/*-autoloads.el$") + (recentf-mode +1) )) (require 'uniquify) @@ -145,7 +146,8 @@ not exist, it is not added to the filecache." (projectile-global-mode) (bind-key "C-<f2>" 'projectile-find-file-dwim) - (if (and (boundp 'ravi/use-helm-instead-of-ido) ravi/use-helm-instead-of-ido) + (if (and (boundp 'ravi/use-selection-system) + (equal ravi/use-selection-system 'helm)) (progn (setq projectile-completion-system 'helm) |
