Igor Almeida

Results 22 comments of Igor Almeida

FWIW, I ran into this when trying to manage my yadm repo with magit using tramp. After applying the patch in #39 and restarting spacemacs, it worked fine both with...

I don't think you're supposed to put it in your `user-config`. I patched `git-gutter+.el` directly.

Just for clarification, what I had in mind was a simple git-like commit tree on top of pastes, and cloning simply adds another "commit" to that specific "branch" of the...

Hi, thanks for the app! What would be required for triggering other* intents in external apps? I'm thinking hands-free usage, for example "play" to resume playing whatever media is currently...

(Disclaimer: I haven't actually installed org-pdftools yet, but I have used pdf-tools and org-noter extensively) It does look like user error, and I don't think it has anything to do...

JFYI, > read IMAP labels and show these on a message and in folders #558 does that (in the ugliest way possible). > create, edit and remove mapping of IMAP...

I tried to implement this but got into a yak shaving quest trying to have the original app and my version coexist. Eventually I got fed up, and it sure...

Would adding "fallback charsets" in the config help (that would then be tried if there was an error), or is the proper fix elsewhere?

My use-case for this would be opening a message in the currently running astroid window from org-mode links inside emacs. I wouldn't mind extra command-line arguments, but the `id:xxxxx@adxxx` syntax...

Here's a hack for this, feedback welcome: Keybindings: ``` thread_index.run(emacsclient org-protocol://capture:/A/thread:%1/no-easy-way-to-get-thread-title)=M-c # org-capture this thread's index thread_view.run(emacsclient org-protocol://capture:/A/mid:%2/no-easy-way-to-get-message-title)=M-c # org-capture this message's index ``` With this I can create links...