Erik Giorgis
Erik Giorgis
> Thanks for the explanation. I use non-truncated lines (line wrapping) and this solved the problem for me: > > ```emacs-lisp > (defun my/no-op (&rest args)) > (advice-add 'org-noter--set-notes-scroll :override...
I have been using tmpfs for a while, and to be honest it has its quirks, see for example https://github.com/nix-community/impermanence/issues/124 . This issue is not present when root is on...
#187 has been merged, is this solved now? I have the same issue with the mouse wheel
@k0kubun Sorry if I wasn't clear. What I meant is that I'm on xremap 0.8.11 on Arch Linux, this is my config ``` virtual_modifiers: - hiragana modmap: - name: emacs...
I'm having the same problem as well
@adrian-gierakowski are you now using something different to deploy NixOS with Terraform?
Wow, thank you! I looked at NixOS-anywhere before but it wasn’t clear that it would be helpful managing machines after first deployment
I'm having the same issue, MW 1.41.1 with Visual Editor. For now I solved it with some custom CSS in MediaWiki:Citizen.css, there are still two buttons though ``` .mw-editsection-visualeditor {...
Is this still being worked on? would be really neat to have image support
I'm running into the same problem: even though calling `org-anki-sync-entry` succeeds and the note is created in anki, no `ANKI_NOTE_ID` property is created at the header. I'm on emacs 29,...