help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Lisp error when using M-x


From: Óscar Fuentes
Subject: Re: Lisp error when using M-x
Date: Sun, 10 Jan 2021 21:54:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.50 (gnu/linux)

wael-zwaiter@gmx.com writes:

> The problem occurs with ivy as follows.  How is best to have the keybindings?
>
>   (require 'ivy)
>   (ivy-mode 1)
>   (setq ivy-use-virtual-buffers t)
>   (setq ivy-count-format "(%d/%d) ")
>
>   (global-set-key (kbd "C-s") 'swiper-isearch)
>   (global-set-key (kbd "M-x") 'counsel-M-x)

Probably you need a (require 'counsel) and a (require 'swiper) as well
before those two lines.




reply via email to

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