hermann-p
hermann-p
Not sure what you mean? Instead of what?
I got that part, just was confused about the "instead" part. So just the modeline instead of the whole nano package. - open a fresh Emacs `emacs -q` - installed...
It means I can run `nano-modeline`, but still not `nano` in web-mode. Should I try updating nano-emacs? I don't see any recent commits, though.
Thank you for your time, and please don't feel pushed. I am aware of the other packages, and I mostly use doom emacs with nano-theme. On a side note: I...
@DavHau Making jest un-ignore the node_modules package seems to be a good idea. It should be enough to set the `testPathIgnorePattern` to not ignore our node_module, and there's a number...
I ran into the same problem. I solved it for my quite humble needs by extending the string cell processing: ```clojure (ns ... (require [dk.ative.docjure.spreadsheet :as docjure])) (defmethod docjure/set-cell! String...
Fixes issue #51 for me. NixOS 21.11.
I have similar problems, using the `beginning-of-defun` and `end-of-defun` implicitly with `narrow-to-defun`. Another place where beginning/end of defun completely fails is lambda functions `() => "I'm a a result"` or...
Is there any progress made? I find it tricky to create a nix overlay that rebases on the branch mentioned above, and as @Radvendii mentioned, Astroid is basically unusable that...