Henrik Lissner

Results 312 comments of Henrik Lissner

I've made headway in the lang/python module; pyenv, pyvenv and pipenv support are in and conda support was improved. How version/env info is shown in the mode-line was rewritten. And...

Oh, and forgot to mention, the lang/python also now has the following module flags to enable these (or other) features: + `+pyenv` + `+pyvenv` + `+conda` + `+ipython`

@rezmuh Did you mean `M-x pipenv-activate`? Because `:pipenv` is not a real ex command (it may work, but not the way you might think).

@georgreen Could you check your \*Messages\* for error or warning messages (you can open it with `SPC h e`) when you open python-mode without python3 installed?

@georgreen No problem! You are correct. `.zshrc` is only read in interactive zsh sessions, while `.zshenv` is read in all sessions, interactive or otherwise. When launching GUI Emacs on MacOS,...

I've just added a new workaround for this issue in https://github.com/doomemacs/doomemacs/commit/5b6b204bcbcf69d541c49ca55a2d5c3604f04dad, which allows you to use Doom instead of Chemacs: 1. Remove Chemacs, 2. Move Doom to `~/.emacs.d` or `~/.config/emacs`...

> Do I have that correct? Yes, that's correct. > (A full doomemacs seems a little heavyweight as a multiplexer). It is! But there are plans to move Doom's modules...

**EDIT: I've changed a few things about profile files and posted a summary guide here: https://github.com/doomemacs/doomemacs/tree/master/profiles -- please disregard the rest of this post.** ---- And done. Doom's profiles should...

Won't this throw an `void-variable: smerge-mode-map` error if smerge isn't available at startup?

> in vterm the git commit edit buffer gets opened in the popup window, and the git info in the main window. Perhaps this can be considered a more general...