LoginSignup
17
16

More than 5 years have passed since last update.

Emacsで人気・新着の機能を紹介するtips.el作りました

Last updated at Posted at 2015-12-15

はじめに

Emacsにあまり慣れていない方が、便利な機能を知らないことがよくありました。
IDEで見た機能も、機能の名前が無いから探せないなど。

なので、Emacsの便利な拡張や使い方を知れる拡張を作りました。
機能は、QiitaのEmacsタグの付いた新着記事と、MELPAのDLランキング上位のものをランダムに表示したバッファを作って表示します。

動作イメージ

スクリーンショット

起動時

起動すると、バッファ共有した状態で起動します。

利用方法

取得

cd ~/.emacs.d/site-lisp/
git clone https://github.com/sanryuu/tips.git

設定

QiitaのAPIトークンを管理画面より取得します。
https://qiita.com/settings/applications

;; 昔ながらの設定の追加
(add-to-list 'load-path "~/.emacs.d/site-lisp/tips")
(require 'tips)

(setq qiita->token "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX")
(tips-init)

手動起動

以下のコマンドでバッファが表示されます。

M-x tips-init

まとめ

かなり無理矢理な実装になっていたりするので、何かありましたら、
ご意見頂けると嬉しいです。
枠がしばらく空いていたので、3年連続参加をしようと無理しました(笑)。

igjitさんのel-moreからも情報取ってきて並べたい。

関東Emacs勉強会やってなくてすみません。4月にはやります。

17
16
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
17
16