Clone the current buffer and display it in a new frame.
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)
GPL 2 (or higher) © Free Software Foundation, Inc.