Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/colonelpanic8/frame-mode


https://github.com/colonelpanic8/frame-mode

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

[[http://melpa.org/#/frame-mode][file: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 [[https://github.com/milkypostman/melpa][melpa repository]] for details about how to set up MELPA if you have not already done so.
* Configuration
#+BEGIN_SRC emacs-lisp
(use-package frame-mode
:demand t
:config
(progn
(frame-mode +1)
(frame-keys-mode +1)))
#+END_SRC