Skip to content

Commit

Permalink
Add melpa installation option desc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 22, 2020
1 parent 4052b6e commit 81ebd32
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ be shown as a popup window, and you can close them smoothly by typing

## Installation

### Melpa

This package is on [MELPA](https://github.com/melpa/melpa), you can install it from
there! (recommended)

### Manually

Install `popwin.el` into your `load-path` directory. If you have
`install-elisp` or `auto-install`, you may install `popwin.el` like:

Expand Down Expand Up @@ -153,16 +160,16 @@ empty. Available keywords are following:
;; M-x anything
(setq anything-samewindow nil)
(push '("*anything*" :height 20) popwin:special-display-config)

;; M-x dired-jump-other-window
(push '(dired-mode :position top) popwin:special-display-config)

;; M-!
(push "*Shell Command Output*" popwin:special-display-config)

;; M-x compile
(push '(compilation-mode :noselect t) popwin:special-display-config)

;; slime
(push "*slime-apropos*" popwin:special-display-config)
(push "*slime-macroexpansion*" popwin:special-display-config)
Expand All @@ -172,11 +179,11 @@ empty. Available keywords are following:
(push '(sldb-mode :stick t) popwin:special-display-config)
(push 'slime-repl-mode popwin:special-display-config)
(push 'slime-connection-list-mode popwin:special-display-config)

;; vc
(push "*vc-diff*" popwin:special-display-config)
(push "*vc-change-log*" popwin:special-display-config)

;; undo-tree
(push '(" *undo-tree*" :width 0.3 :position right) popwin:special-display-config)

Expand Down

0 comments on commit 81ebd32

Please sign in to comment.