Closed mclearc closed 9 years ago
set sublimity-attractive-centering-width
locally nil
in the helm buffer.
I don't use helm so I'm not sure but it
should have something like helm-mode-hook
thus you can hook a function like:
(add-hook 'helm-mode-hook
(lambda ()
(setq-local sublimity-attractive-centering-width nil)))
Looks like that worked. Thanks! 👍
This is a nice plugin but is there a way to keep sublimity from working on the helm buffer when it opens?