2013-10-25から1日間の記事一覧

Mavericksで Emacsからデスクトップ通知を使う

Bash - Mavericksでターミナルからパイプで通知だけするワンライナー - Qiita の Emacs版 コード (defvar notification-center-title "Emacs") (defun notification-center (msg) (let ((tmpfile (make-temp-file "notification-center"))) (with-temp-file …

helm-gtagsの persistent action時に該当箇所を highlightするようにしました

Add highlight to persistent-action · Issue #6 · syohex/emacs-helm-gtags · GitHub 要望があったので対応しました. リポジトリ https://github.com/syohex/emacs-helm-gtags イメージ 確かにいい感じになったと思います. おわりに 問題があれば github is…