Skip to content

latex-preview-pane-enable not working #50

Description

@DavidMarquezF

The wiki says that to auto-initialize latex-preview-pane-mode when opening tex files, you have to place (latex-preview-pane-enable) in your .emacs file. This has never worked for me.

Also, calling latex-preview-pane-mode works as expected, so the problem is just with the auto-initialization.

My .emacs code:

(add-to-list 'package-archives
	     '("melpa" . "https://melpa.org/packages/"))
(latex-preview-pane-enable)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions