mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
fix(emacs): parens
This commit is contained in:
parent
7d1d5b5b72
commit
d697aab011
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@
|
|||
(advice-add 'conda-env-activate :after
|
||||
(lambda (&rest _)
|
||||
(setenv "EMACS_CONDA_ENV" conda-env-current-name)
|
||||
(setenv "INIT_CONDA" "true"))
|
||||
(setenv "INIT_CONDA" "true")))
|
||||
(advice-add 'conda-env-deactivate :after
|
||||
(lambda (&rest _)
|
||||
(setenv "EMACS_CONDA_ENV" nil)
|
||||
|
|
|
|||
|
|
@ -479,7 +479,7 @@ References:
|
|||
(advice-add 'conda-env-activate :after
|
||||
(lambda (&rest _)
|
||||
(setenv "EMACS_CONDA_ENV" conda-env-current-name)
|
||||
(setenv "INIT_CONDA" "true"))
|
||||
(setenv "INIT_CONDA" "true")))
|
||||
(advice-add 'conda-env-deactivate :after
|
||||
(lambda (&rest _)
|
||||
(setenv "EMACS_CONDA_ENV" nil)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue