William Casarin
William Casarin
oh nevermind! my mistake.
The dream is to build a spacemacs2nix tool to encode emacs dependencies from spacemacs layers into nix expressions. AFAIK there is no way to use emacs packages from your nix...
so I have a pretty ghetto hack that seems to work OK: ## Prevent deletion of orphaned packages By setting `dotspacemacs-install-packages` to `'used-but-keep-unused` in `dotspacemacs/init` in your `.spacemacs`: ```elisp (defun...
@Profpatsch not really, if you delete the elpa dir you get "whatever package version is latest" so there's no consistent reproducible state that spacemacs is in. I've have stuff be...
I have been using these patches and they work well! it really cleans up the process display output. thanks!
https://github.com/kana/vim-arpeggio ``` vim call arpeggio#map('i', '', 0, 'fd', '') let g:arpeggio_timeoutlen = 100 ``` to replicate `evil-escape-key-sequence`
I was actually in the process of doing this for myself, since I have all the hardware but was just need to get the software up and running on my...
I don't think I got very far. I remember getting stuck on something, but it looks like the codebase has changed a bunch since then so it might be easier...
Was able to get a lock on Galaxy 18 this summer but realized I couldn't mount the sat due to where it was pointing. Might have to get one of...
> Nice stuff, there is a verbose options actually used only on info command, do you think debug var is to prefer rather than verbose option? yeah that could work,...