diff --git a/modules/completion/helm/autoload/helm.el b/modules/completion/helm/autoload/helm.el index 3859281be..f5464067e 100644 --- a/modules/completion/helm/autoload/helm.el +++ b/modules/completion/helm/autoload/helm.el @@ -35,7 +35,7 @@ workspace." ;; -;; Project search +;;; Project search (defun +helm-ag-search-args (all-files-p recursive-p) (list (concat "ag " (if IS-WINDOWS "--vimgrep" "--nocolor --nogroup")) diff --git a/modules/completion/ivy/autoload/ivy.el b/modules/completion/ivy/autoload/ivy.el index a698d31b0..88928647c 100644 --- a/modules/completion/ivy/autoload/ivy.el +++ b/modules/completion/ivy/autoload/ivy.el @@ -211,7 +211,7 @@ If ARG (universal argument), open selection in other-window." ;; -;; File searching +;;; File searching ;;;###autoload (defun +ivy/projectile-find-file () diff --git a/modules/editor/evil/autoload/advice.el b/modules/editor/evil/autoload/advice.el index 4e02b9adf..651393858 100644 --- a/modules/editor/evil/autoload/advice.el +++ b/modules/editor/evil/autoload/advice.el @@ -80,9 +80,10 @@ more information on modifiers." (when (and (not (string= path "")) (equal (substring path -1) "/")) (setq path (substring path 0 -1)))) (setq file-name - (replace-regexp-in-string (format "\\(?:^\\|[^\\\\]\\)\\(%s\\)" - (regexp-quote (string-trim-left (car match)))) - path file-name t t 1)))) + (replace-regexp-in-string + (format "\\(?:^\\|[^\\\\]\\)\\(%s\\)" + (regexp-quote (string-trim-left (car match)))) + path file-name t t 1)))) (replace-regexp-in-string regexp "\\1" file-name t))) (defun +evil--insert-newline (&optional above _noextranewline) diff --git a/modules/term/eshell/config.el b/modules/term/eshell/config.el index f07a3d43a..39af256d8 100644 --- a/modules/term/eshell/config.el +++ b/modules/term/eshell/config.el @@ -132,7 +132,7 @@ You should use `set-eshell-alias!' to change this.") :n "C" #'+eshell/evil-change-line :n "d" #'+eshell/evil-delete :n "D" #'+eshell/evil-delete-line - :ig "C-d" #'+eshell/quit-or-delete-char + :ig "C-d" #'+eshell/quit-or-delete-char "TAB" #'+eshell/pcomplete [tab] #'+eshell/pcomplete "C-s" #'+eshell/search-history diff --git a/modules/tools/pass/config.el b/modules/tools/pass/config.el index 4017d6f56..d6d78baf8 100644 --- a/modules/tools/pass/config.el +++ b/modules/tools/pass/config.el @@ -23,7 +23,6 @@ (buffer-substring-no-properties (point-min) (point-max)))) -;; `pass' (after! pass (set-evil-initial-state! 'pass-mode 'emacs) (set-popup-rule! "^\\*Password-Store" :side 'left :size 0.25 :quit nil)