mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge branch 'master' into develop
* master: autoload evil-anzu when doing evil-ex-search-word* When calling +vcs-root, load git-link first.
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
;;;###autoload
|
||||
(defun +vcs-root ()
|
||||
"Get git url root."
|
||||
(require 'git-link)
|
||||
(let ((remote (git-link--select-remote)))
|
||||
(if (git-link--remote-host remote)
|
||||
(format "https://%s/%s"
|
||||
|
@ -31,6 +31,7 @@
|
||||
:when (featurep 'evil)
|
||||
:init
|
||||
(add-transient-hook! #'evil-ex-start-search (require 'evil-anzu))
|
||||
(add-transient-hook! #'evil-ex-start-word-search (require 'evil-anzu))
|
||||
:config
|
||||
(setq anzu-cons-mode-line-p nil
|
||||
anzu-minimum-input-length 1
|
||||
|
Reference in New Issue
Block a user