ace-link icon indicating copy to clipboard operation
ace-link copied to clipboard

Quickly follow links in Emacs

Results 16 ace-link issues
Sort by recently updated
recently updated
newest added

Sometimes `ace-link` behaves strange in `markdown-mode`. It looks like in all cases it outputs the message: ``` ace-link: markdown-mode isn’t supported ``` However sometimes despite the message, links are opened...

Would it be possible to support `org-roam-mode`? I noticed that `ace-link-org` correctly detects links in an `org-roam-mode` buffer (the buffer that is created when one runs e.g. `org-roam-buffer-toggle`). But because...

And enabled for `notmuch-hello-mode`. This is a generic command that I find handy for widget-based buffers. Currently my single use case is `notmuch-hello-mode`.

While until July 2021 [0], you had to use `mu4e-view-use-gnus` to activate the gnus view. This variable is now obsolete and the gnus view is the default. If you explicitly...

The function `ace-link-mu4e` checks for the variable `mu4e-view-use-gnus` which is obsolete as of mu4e 1.6 . This function should be changed as follows: ```elisp ;;* `ace-link-mu4e' ;;;###autoload (defun ace-link-mu4e ()...

Hi. In my previous PR, https://github.com/abo-abo/ace-link/pull/83, I addressed an issue where the Avy background was not extending across the entire window for `ace-link-man`. Now I am having that issue for...