You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2022. It is now read-only.
I am not sure since when, but the disable narrowing option is not working. The notes buffer gets narrowed, despite having the following .emacs setting:
I am not sure since when, but the disable narrowing option is not working. The notes buffer gets narrowed, despite having the following .emacs setting:
(use-package interleave
:defer t
:bind ("C-x i" . interleave-mode)
:config
(setq interleave-split-direction (quote horizontal)
interleave-split-lines 20
interleave-disable-narrowing t)
)
I have the latest version from MELPA (20170110.234)