Skip to content

colonelpanic8/frame-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http://melpa.org/packages/frame-mode-badge.svg

frame-mode

frame-mode configures display-buffer-alist so that calls to display-buffer that result in a buffer being displayed somewhere that does not replace the current buffer always use a different frame instead of using a different window

Installation

Install from MELPA (coming soon) with M-x package-install frame-mode. See the melpa repository for details about how to set up MELPA if you have not already done so.

Configuration

(use-package frame-mode
  :demand t
  :config
  (progn
    (frame-mode +1)
    (frame-keys-mode +1)))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published