fix(navigation): ensure helm-ring is correctly loaded on startup

This commit is contained in:
2021-02-27 23:33:50 +00:00
parent e74800b5cb
commit bcd34409db

View File

@@ -154,7 +154,6 @@
(use-package helm-ring
:straight helm
:after (helm-global-bindings)
:defer t
:init
;; This advice is borrowed from the browse-kill-ring package.
(defadvice yank-pop (around kill-ring-browse-maybe (arg))