Turn off helm-descbinds in spacemacs

8/25/2018

How can i turn off helm-descbinds so that describe-bindings executes the old describe-bindings? (helm-descbinds-mode nil) doesn't work.

-- bshanks
kubernetes-helm
spacemacs

1 Answer

8/25/2018

(advice-remove 'describe-bindings #'helm-descbinds)

-- bshanks
Source: StackOverflow