LoginSignup
6
7

More than 5 years have passed since last update.

M-x grep の時も popwin.el がいい感じで動くようにする

Posted at

普通に設定すると上手くいかない。

(push '("*grep*") popwin:special-display-config)

noselect属性を設定するといい感じで動く!

(push '("*grep*" :noselect t) popwin:special-display-config)

詳しくは本家のマニュアルを見ましょう。ブログよりGithubのREADMEの方が情報が新しい印象。

m2ym/popwin-el · GitHub

古いpopwin.elを使っている人は一度バージョンアップしておくといいかもしれません。(2013/01/23の時点で0.6.1最新のようです)

6
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
7