-
I got this error while using `explain-pause-mode` and while trying to open a file.
```
Explain-pause-mode: please report this bug by creating a Github
issue at https://github.com/lastquestion/exp…
-
It was determined in https://github.com/abo-abo/swiper/issues/2267 that `use-package` causes `ivy-initial-inputs-alist` to not be set properly, so code like
```lisp
(use-package ivy
:ensure t
…
-
### Psyc 331
### https://learn.twu.ca/course/view.php?id=18012
### Instructions
After many meetings and discussions and sorting out many documents, emails etc, I was able to gather all notes of…
-
Often, multiple classes in a project have methods with the same name, making it difficult to distinguish between them using `counsel-etags`.
For instance, in a project, there are multiple classes w…
-
`ivy-configure` is a very nice interface, and I really like the flexibility it allows to tweak the behavior of individual callers of `ivy`. But, as it is currently being employed, it seems to be conc…
-
I'm new to ivy/swifer/counsel, but wanted to give it a try.
I'm running Emacs-25.1 under Windows.
I tried `counsel-ag' but got no results. Then I traced the command which counsel is running and I f…
-
Hi and sorry for creating an issue just for a question, didn't know where else I could ask.
I want to achieve the following with ivy and counsel:
Calling counsel-find-file I would like to map a ke…
-
I like the recent 'counsel-find-file-cd-bookmark-action' addition; however, it fails to list my bookmarks and only shows recentf.
Using counsel-bookmark, it lists my defined bookmarks; unfortunate…
-
when hitting M-. on a tag.
universal-etags installed as snap
tried changing this line
```lisp
(format "%s -e -L" (counsel-etags-guess-program | …
-
I want to set a list of global tags to avoid input all letter when using `counsel-org-tag`. I've tried to set `org-tag-alist` but it did not work. Setting `org-tag-persistent-alist` could show a list …