5
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Emacsでbufferをパッと光らせたい

Posted at

bufferを光らせるシンプルなpackageの紹介です.
本体はGitHubにおいておきます。

What's This

bufferをピカっと光らせられます.

image.gif

Usage

1. init.el を編集

git cloneした後、init.el に以下を記述してください。

;; pathを通す
(add-to-list 'load-path "/path/to/spec-jump")
(require 'buffer-flash)

2. 実行

簡単です

  1. M-x flash-foreground (もしくは M-x flash-background )を実行します
  2. 光ります

みんなのPR待ってるぜ!

5
2
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
5
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?