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

https://github.com/tomoya/hiwin-mode

Visible active window on Emacs
https://github.com/tomoya/hiwin-mode

Last synced: about 1 month ago
JSON representation

Visible active window on Emacs

Awesome Lists containing this project

README

        

hiwin-mode とは

hiwin-mode は 2009-09-13 に ksugita さんがブログで公開
http://ksugita.blog62.fc2.com/blog-entry-8.html
したアクティブな window を可視化する elisp です。

これをマイナーモード化して使いやすくしたものを Github に置きます。

直接ファイルをダウンロードしてインストール

下記のコマンドを使ってインストール
M-x install-elisp https://raw.github.com/tomoya/hiwin-mode/master/hiwin.el
M-x auto-install-from-url https://raw.github.com/tomoya/hiwin-mode/master/hiwin.el

もしくは下記のS式を評価してインストール
(auto-install-from-url "https://raw.github.com/tomoya/hiwin-mode/master/hiwin.el")
(install-elisp "https://raw.github.com/tomoya/hiwin-mode/master/hiwin.el")

のいずれかでご利用下さい。