summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-files.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2021-09-13 02:35:59 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2021-09-13 02:45:36 (GMT)
commit50a760454df78c56c521174fc2ac9b59570b4962 (patch)
tree646ea7452031c18e45a12b31d9e33e3d635346ce /lisp/ravi-init-files.el
parent89e27d124124156a01a228f785aa240e531afc35 (diff)
downloaddotemacs-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.el4
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)