Jeff Kowalski

Results 71 comments of Jeff Kowalski

It looks to me like the ```slice_columns``` function was factored from some inline code at some point, and care wasn't taken to make sure all the necessary variables were in...

just for information, there is no longer any chemacs[2] in the way. It's doom all the way down... ;)

seems to be related more to user-emacs-directory than to the profile's DOOMDIR I get the same error if I attempt `emacs --profile doom-virgin` with this in `~/.config/emacs/profiles.el`: ``` ( (doom...

More recently I'm getting the same net failure, but different error message: ``` Warning (initialization): An error occurred while loading ‘/home/jeff/.config/emacs/lisp/doom-start.el’: Error in Doom Emacs core: Doom is in an...

Investigating further, it seems this commit 043d32fefd8e2dbf3f62f7487de17f5005ffe85b has exacerbated the problem. If I revert that change, even under Chemacs2, tangling on save works as expected.

In this scheme, for a minimal profile of (doomemacs (user-emacs-directory . "~/.config/doomemacs") (env ("DOOMDIR" . "~/.config/doomemacs-private")) I would have two installations of doom - one at $EMACSDIR and a second...

I see the same ``` Explain-pause-mode: please report this bug by creating a Github issue at https://github.com/lastquestion/explain-pause-mode. Explain-pause-mode is now _disabled_ so you can continue to hopefully use Emacs. Info...

You could download it and install locally in two steps, as described here https://dev.to/gjrdiesel/getting-around-brew-s-error-calling-non-checksummed-download-of-17fl On Sun, Nov 8, 2020 at 12:07 AM Harmen Janssen wrote: > I encountered this problem...

What version of geeknote are you using? What commandline were you using that gave you the error?

I cannot reproduce this error. Would you test with python2? I don't believe geeknote runs under python3 yet. Under python2, I see this: ``` $ py.test ===================================================================================== test session starts...