パッケージ「elpa-beacon」のインストールと設定


これは何?

highlight the cursor whenever the window scrolls
Whenever the window scrolls a light will shine on top of your cursor so you
know where it is.

環境

  • OS:Debian (stretch)
  • Emacs:24.5.1
  • elpa-beacon:1.3.2-1

インストール

# apt-get install elpa-beacon

設定

文章系のバッファを開いた時には自動的にbeacon-modeをonにします。

(let ((function #'(lambda ()
		    (beacon-mode 1)
		    )))
  (dolist (hook '(find-file-hooks
		  ;; ...
		  mail-setup-hook
		  message-setup-hook))
    (add-hook hook function)))

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です