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-mu.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-mu.el')
| -rw-r--r-- | lisp/ravi-init-mu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ravi-init-mu.el b/lisp/ravi-init-mu.el index 1b26582..2dd84bd 100644 --- a/lisp/ravi-init-mu.el +++ b/lisp/ravi-init-mu.el @@ -170,7 +170,7 @@ (setq gnus-dired-mail-mode 'mu4e-user-agent) (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode) - (when ravi/use-helm-instead-of-ido + (when (equal ravi/use-selection-system 'helm) (add-to-list 'helm-find-files-actions '("Attach files for mu4e" . helm-mu4e-attach) t) |
