Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

EricCrosson/clone-indirect-buffer-other-frame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.