emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ivy-hydra 39ede5f 324/395: targets/plain.el: Require iv


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra 39ede5f 324/395: targets/plain.el: Require ivy-avy
Date: Thu, 25 Feb 2021 08:32:30 -0500 (EST)

branch: externals/ivy-hydra
commit 39ede5fbefd91efae86fd7158aa95ffddc7b9148
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    targets/plain.el: Require ivy-avy
    
    Note: "make deps" needs to be run to install/update avy.
    
    Re #2574
---
 targets/plain.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/targets/plain.el b/targets/plain.el
index 690e51d..b167972 100644
--- a/targets/plain.el
+++ b/targets/plain.el
@@ -9,3 +9,4 @@
 (global-set-key (kbd "<f2> j") 'counsel-set-variable)
 (global-set-key (kbd "C-c s") 'isearch-forward-regexp)
 (setq ivy-use-virtual-buffers t)
+(require 'ivy-avy nil t)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]