<cole-h>
"This tool is for generating text minimaps at rocket speed. You can use it to implement IDE-like minimap plugin for the terminal text editor, minimap.vim for example."
<dash>
right, that tells me what it does but not what doing it is useful for :-)
<cole-h>
Then maybe you'll be satisfied with "because it looks cool"? I don't know what else you're looking for.
<dash>
aah. see, that's all I wondered about :)
<cole-h>
Sorry, "what's it for?" made me think you wanted to know what it did, not why it would be used x)
rajivr has joined #nixos-emacs
evanjs has quit [Ping timeout: 260 seconds]
evanjs has joined #nixos-emacs
cole-h has quit [Ping timeout: 240 seconds]
joesventek has quit [Quit: Quit]
joesventek has joined #nixos-emacs
<alexarice[m]>
will `emacsGcc` automatically compile packages included with nix via `withPackages`?
tyxie has joined #nixos-emacs
<NobbZ[m]>
When I update the emacs-overlay rev in my home-manager config, my Emacs plugins don't compile anymore because of the `/homeless-shelter` beeing unavailable. Is anyone aware of a change in the previous 5 to 10 days that would cause such an issue?
<NobbZ[m]>
Okay, seems to be only a problem when something causes the `lsp-init` to be built and its `(require 'lsp-mode)` is hit, then I get `init-lsp.el:10:1: Error: Creating directory: Permission denied, /homeless-shelter`
<alexarice[m]>
I just rebuilt and lsp built fine so I'm not sure what would be different
joesventek has joined #nixos-emacs
<NobbZ[m]>
I'm using emacsGcc, lets see if nightly, unstable or anything else does change something…
<NobbZ[m]>
Indeed `emacsUnstable` *does* build, even with the lsp-related config enabled…
<NobbZ[m]>
So why does `emacsGcc` + `(require 'lsp-mode)` require access to `$HOME` during bytecompile?
<NobbZ[m]>
Is there some 28.x that is not `emacsGcc` in the overlay?