Public Image Ltd.
Public Image Ltd.
I'd be also interesting in matching the path (in `ivy-switch-buffer`), and also the project name. Looking at the code, I do not understand how the matching actually works. It looks...
Thanks, I might take the time to find out how `ivy` does that.
I'd like to refresh this discussion. I have the problem that I cannot add notes to reference entries which are not books, because they lack author and editor, yet these...
I use zotero to import website references, which are then automatically exportet to global `.bib` file via betterbibtex. For wikipedia entries, the result is something like that: ``` @inreference{Entscheidungstheorie2020, title...
Just to add some motivation for nested test: I'm having the scenario that in testing a data base, I have to simulate a working environment and spy on some functions....
Thanks for the clarification. I fully agree with your list of the three behaviors. But I see a list of three behaviors which depend on each other: Only if I...
Here's a doom-specific solution posted by @oatmealm: ```emacs-lisp (use-package! delve :bind (("" . delve-open-or-select)) :config (set-evil-initial-state! 'delve-mode 'insert) (map! :map delve-mode-map :n "gr" #'delve-refresh-buffer :n "" #'delve-expand-insert-tolinks :n "" #'devle-expand-insert-backlinks...
I don't even know the difference between `evil` and `doom` that's all greek to me :-) So yes, a more generic solution would be preferable, of course, take your time!
@natask thanks for the snippet! Out of curiosity, you seem to have added a function to sort the buffer contents by {m/a/c}-time. Would you mind sharing it or even add...
Closed since this discussion refers to an outdated version