about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-minibuffer.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-10-04 15:06:15 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-10-04 15:06:15 +0100
commit2d6a4c49bafea9a766464492bcfc4a7f2e196c6e (patch)
treebebbc23fb5968bb29fc38cf095759d11de59bc59 /.emacs.d/lisp/init-minibuffer.el
parent84f0f5ba72781668b5d61ed10676d46e00bf70c0 (diff)
downloaddotfiles-2d6a4c49bafea9a766464492bcfc4a7f2e196c6e.tar.gz
Remove darwin gfind workaround
Diffstat (limited to '.emacs.d/lisp/init-minibuffer.el')
-rw-r--r--.emacs.d/lisp/init-minibuffer.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el
index 80c9054..3b01339 100644
--- a/.emacs.d/lisp/init-minibuffer.el
+++ b/.emacs.d/lisp/init-minibuffer.el
@@ -310,9 +310,6 @@ DEFS is a plist associating completion categories to commands."
       (setq unread-command-events (append unread-command-events (list key 32)))))
   (add-hook 'minibuffer-setup-hook #'consult-initial-narrow)
 
-  (when (and (eq system-type 'darwin) (string-match-p "^find" consult-find-args))
-    (setq consult-find-args (concat "g" consult-find-args)))
-
   (defvar consult--source-perspective-buffer
     `(:name     "Perspective Buffer"
                 :narrow   (?x . "Perspective")