Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Disable narrowing is not working #43

Description

@jmburgos

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions