Abdelhak Bougouffa
Abdelhak Bougouffa
I agree 100% with @timcharper, I hope `use-package` adds some basic dependency checking (it should be simple to implement). As a workaround for `dape`, we can add something like this...
I have the same issue. Auto-completion of emails stopped working two or three weeks ago.
@jonathanwilner I'm using `org-msg` with `mu4e` (I guess `notmuch-company` works with `notmuch`). Normally, `mu4e` supports auto-completion out of the box. However, when `org-msg-edit-mode` is activated, it doesn't work. In MinEmacs,...
Just drop `(add-hook 'org-msg-edit-mode-hook #'mu4e~compose-complete-contact)` in your configuration file. I don't know what are the conventions in Spacemacs to do such a thing.
Hello @snogge , Thank you for the reviews, I've fixed some of your spotted issues, mainly for the CMake+gcov stuff. I will try to fix documentation and tests issues later...
To respond to your comments, for the `compile_commands.json` file, it is indeed an optional output of CMake (can be enabled by passing `-DCMAKE_EXPORT_COMPILE_COMMANDS=ON` to `cmake` when configuring the project). The...
Thank you for the fix @phelrine. I'm using your `fix/closql-update` branch util it gets merged, and it's working fine.
> Hehehe, I thought I was the last human using Emacs. 😆 🤣 In fact, VS Marketplace is blocking download requests, direct links works fine from the browser, however, if...
Yep, I can feel the pain! Unfortunately, I'm not a DevOps expert too, otherwise, I would be happy to do it. Do not mind, I will find a way to...
@jeremy-compostella This is working fine as of today (mu 0.12.5), can you merge it please!