mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(navigation): ensure helm-ring is correctly loaded on startup
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user