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
- Host: GitHub
- URL: https://github.com/tomoya/hiwin-mode
- Owner: tomoya
- Created: 2010-06-06T21:50:39.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-13T11:31:24.000Z (almost 14 years ago)
- Last Synced: 2023-04-13T00:43:49.184Z (about 2 years ago)
- Language: Emacs Lisp
- Homepage:
- Size: 102 KB
- Stars: 13
- Watchers: 5
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README
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")のいずれかでご利用下さい。