EricCrosson / clone-indirect-buffer-other-frame

DEPRECATED in favor of https://github.com/EricCrosson/clone-indirect-buffer-other-frame-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clone-indirect-buffer-other-frame Build Status

Clone the current buffer and display it in a new frame.

Install

With Quelpa

(use-package clone-indirect-buffer-other-frame
  :quelpa (clone-indirect-buffer-other-frame
           :fetcher github
           :repo "ericcrosson/clone-indirect-buffer-other-frame")
  :bind ("C-x 5 c" . clone-indirect-buffer-other-frame))

Note: this project is not destined for melpa

Or manually, after downloading into your load-path

(require 'clone-indirect-buffer-other-frame)

Related

License

GPL 2 (or higher) © Free Software Foundation, Inc.

About

DEPRECATED in favor of https://github.com/EricCrosson/clone-indirect-buffer-other-frame-mode

License:GNU General Public License v2.0


Languages

Language:Emacs Lisp 94.7%Language:Makefile 5.3%