mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Bytecompiler bytecompiler, won't you shut up
This commit is contained in:
@ -40,7 +40,7 @@
|
||||
(file-size-human-readable (buffer-size)))
|
||||
|
||||
(when (featurep! :completion ivy)
|
||||
(defadvice! +ibuffer-use-counsel-maybe-a (file &optional wildcards)
|
||||
(defadvice! +ibuffer-use-counsel-maybe-a (_file &optional _wildcards)
|
||||
"Use `counsel-find-file' instead of `find-file'."
|
||||
:override #'ibuffer-find-file
|
||||
(interactive)
|
||||
|
@ -11,6 +11,7 @@
|
||||
(format "https://%s/%s" (car remote-info) (cadr remote-info))
|
||||
(error "Remote `%s' is unknown or contains an unsupported URL" remote))))
|
||||
|
||||
(defvar git-link-default-branch)
|
||||
(defvar git-link-open-in-browser)
|
||||
(defvar git-link-use-commit)
|
||||
;;;###autoload
|
||||
|
Reference in New Issue
Block a user