Add helm/ivy keybindings; remove unused helm fns
This commit is contained in:
parent
d2c6f0ca71
commit
630bdc76d5
2 changed files with 23 additions and 19 deletions
|
@ -53,18 +53,6 @@ DIR specifies the default-directory from which ag is run."
|
|||
(interactive "<a><!>")
|
||||
(if bang (helm-multi-swoop-all search) (helm-swoop :$query search)))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/helm-find-in-emacsd ()
|
||||
(interactive)
|
||||
(let ((default-directory doom-emacs-dir))
|
||||
(helm-projectile-find-file)))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/helm-find-in-dotfiles ()
|
||||
(interactive)
|
||||
(let ((default-directory (expand-file-name ".dotfiles" "~")))
|
||||
(helm-projectile-find-file)))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/helm-buffers-dwim (&optional all-p)
|
||||
"Displays open buffers in current project. If ALL-P, then show all open
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue