Terje Larsen

Results 212 comments of Terje Larsen

@maximbaz thanks for the input, that works, only downside is that I have to install another tool, but it is fine for my use case.

Indeed, but that is in my opinion something overly complicated for something that should be quite simple. Bash + capture multi-line strings from commands is not great in my experience....

Unfortunately not at this point, I'm not even sure if it is even technically possible, just throwing it out there in hopes someone might have an idea about it.

A bit late response. If you are doing this manually, you can check the location of the pinentry program with: ``` which pinentry-curses ``` and then add it as `pinentry-program`...

It would be nice if this is revisited now when the zstd compression is supported in the stable release of Nix

I'm sorry if I was unclear, I meant moment itself: ``` $ du -hs moment 3.5M moment $ find moment -name '*.js' | wc -l 367 $ find moment -name...

A few ideas: - dimming the header-lines (foreground) in the unfocused windows, with some custom hook like this: https://emacs.stackexchange.com/questions/3518/how-should-i-dim-the-header-line-of-inactive-windows - dimming the unfocused windows slightly with something like: https://github.com/gonewest818/dimmer.el or...

Another solution to the mix, which perhaps could be inspected if it could help with displaying in the header-line as well: - https://github.com/kiennq/emacs-mini-modeline

Perhaps the issue is that table body is using the faded face.

I don't think there is a face for the table column marker, there is the face is `org-table` which I think is used by both markers and table content. BTW,...