JD Smith
JD Smith
Could just remove the offending alist item: ```elisp (use-package ffap :init (assoc-delete-all 'emacs-lisp-mode ffap-alist)) ```
Interesting. Is it relatively easy to first add support for `menu-item` key bindings?
> The completion candidates from neither the built-in imenu nor from consult-imenu come with location information, so the only thing Embark can do is feed the candidate back to the...
Makes sense. Perhaps a more general scheme for adding "surrounding context lines on export" for every export that targets occur is warranted then. About the negative matching, I was surprised...
This PR doesn't seem to have any associated code. But is a great idea to implement. @dasoutherland what happened to the original patch?
Thanks for your thoughts on this. The issue is with parsing the doc info in another tool (Emacs). While it may be rendered well enough in some tools, the markdown...
Plain text sounds workable. What is the config setting enabling that? Thanks.
Haven't had the issue. Does adding a 0 delay fix? ```lua hs.eventtap.keyStroke({"ctrl"},dir,0) ```
Same issue here on Monterey. The `fn` trick works.
I too get Hammerspoon non-responsiveness every couple of days. I sometimes find that it relates to a single application in the background which isn't responding, even if it has no...