Pieter Swinkels
Pieter Swinkels
> In treemacs one can set a variable like this : > > ```emacs-lisp > (setq treemacs-no-png-images t) > ``` > > I'm not sure how changing the theme would...
As mentioned, the hook pyenv-mode-set-local-version overwrites python-shell-virtualenv-root, which is set by pyvenv-activate. IMHO (but I can be wrong) the interpreter of the active virtualenv should have precedence over the one...
There is a workaround: just (re)activate the virtualenv in the file that you just opened. However, fixing this would be better :) EDIT: in hindsight this is a bad workaround...
It might be solved by using pyenv-virtualenv en pyenv-mode, especially if you use pyenv-virtuelenv to manage your virtualenvs :). However, I use [tox](https://github.com/tox-dev/tox) to manage my virtualenvs, which is also...
Today my Android device upgraded to 8.0.0. After the upgrade, I started the Pinboard app, signed in and lo and behold, no crash. It seems the app is fully functional...
From [this comment](https://github.com/syl20bnr/spacemacs/issues/15089#issuecomment-943943803) > I managed to suppress the issue by forcing Spacemacs to use a local copy of `helm-ls-git` by adding the following: > > ``` > dotspacemacs-additional-packages '(...
I just had a look at the warning about the unknown directive "NOTE". That exact line has been in the snippet for 7 years so it must be something in...
About the message for the multiple snippets with the same identity, I see that message is added in yasnippet commit https://github.com/joaotavora/yasnippet/commit/8e9ce76f7a6e1932f5a64f271eadfb2939a81128 (12 February). Looking at the code comment, it is...
@JulienPalard Your commit https://github.com/AndreaCrotti/yasnippet-snippets/commit/9f67370d9dbff73b0a4bf7c859455659b193f991 adds Python snippet file `__iter__`. This file adds a snippet with the name `__iter__`, just as the much older snippet file `iter` does. This leads to...