spacemacs/layers/+spacemacs
duianto 91f92d82fe Fix purpose and magit: max-lisp-eval-depth
problem:
trying to open a magit buffer after
reloading the configuration: `SPC f e R`

shows the message:
>Lisp nesting exceeds ‘max-lisp-eval-depth’

cause:
purpose-x-magit-multi-on can't be called twice,
without turning it off first: purpose-x-magit-off

Spacemacs, purpose-x-magit-multi-on, Lisp nesting exceeds ‘max-lisp-eval-depth’
https://github.com/bmag/emacs-purpose/issues/178

solution:
in this case we'll only call: purpose-x-magit-multi-on
once per Emacs session.

notes:
this also removes the call to: with-eval-after-load 'magit
because it's handled upstream:
c85dd3c9f7/window-purpose-x.el (L243)
2021-03-04 11:38:48 +01:00
..
spacemacs-completion [ivy] Rebind C-k to C-M-k in ivy-reverse-i-search 2020-10-15 23:10:06 +02:00
spacemacs-defaults Refactor spacemacs/rename-current-buffer-file 2021-02-07 21:21:41 +01:00
spacemacs-editing Fix void string-edit-mode 2021-03-02 11:47:28 +01:00
spacemacs-editing-visual update copyright to 2020 2020-09-23 21:25:01 +02:00
spacemacs-evil [evil-cleverparens] `evil-cp-change' should move the point 2021-02-21 17:43:45 +01:00
spacemacs-language update copyright to 2020 2020-09-23 21:25:01 +02:00
spacemacs-layouts Fix #14213 remove dash and ht from core libs 2021-02-07 22:22:39 +01:00
spacemacs-misc update copyright to 2020 2020-09-23 21:25:01 +02:00
spacemacs-modeline update copyright to 2020 2020-09-23 21:25:01 +02:00
spacemacs-navigation Fix home buffer ace links 2021-02-13 09:38:23 +01:00
spacemacs-org [org] Update org-enable-valign 2021-01-24 22:58:34 +01:00
spacemacs-project update copyright to 2020 2020-09-23 21:25:01 +02:00
spacemacs-purpose Fix purpose and magit: max-lisp-eval-depth 2021-03-04 11:38:48 +01:00
spacemacs-visual update copyright to 2020 2020-09-23 21:25:01 +02:00