danielkrajnik
danielkrajnik
To other unfortunate souls that crawled here struggling to remove entries in the `elfeed-feeds` variable after adding them with `elfeed-add-feed` command - it's a "customized variable". You need to remove...
@zhyzky thank you very much, I've spent 6 hours trying to solve this issue. Your snippet fixed it!
doesn't work ```lisp (defun my-org-download-method (link) (let ((dirname (concat (file-name-sans-extension (buffer-file-name)) "-images"))) (setq org-download-image-dir dirname) (make-directory dirname t) )) (setq org-download-method 'my-org-download-method) ```
you can install it in doom emacs directly from github: ``` (package! lorg-calendar :recipe (:host github :repo "lawlist/lorg-calendar")) ``` the only problem is that it ~~doesn't~~ didn't work lol
Sorry for that comment and thank you for updating the package. I confirm that it is working now here (on doom run `doom upgrade` from terminal and `SPC h r...
Using github repos as a package recipe requires the straight.el package manger. I remember seeing it in the docs some time ago, will try to dig it out... Found it:...
Wait... are these files just copy-pasted from ansible? Are they just dropped "raw" and users are expected to figure out how to edit them on our own? lol, they are......
@sosthene-nitrokey first of all, thank you very much for working on this fantastic project. Nitrokey has been working really well for me so far. From what I gather OpenKeyChain doesn't...
Just to confirm I tried now nitrokey 3a NFC and 3a mini over Usb C adapter and both said: ``` This Security Key is not yet supported by OpenKeychain ```...
Thank you very much for the fast response, explaining the status and link to the pull request. Glad to see this work on USB support. I will keep fingers crossed...