Skip to content

Instantly share code, notes, and snippets.

@st63jun
Created December 19, 2011 05:57
Show Gist options
  • Save st63jun/1495620 to your computer and use it in GitHub Desktop.
Save st63jun/1495620 to your computer and use it in GitHub Desktop.
Emacsでニンジャ・アトモスフィア重点
(require 'twittering-mode)
(defun twittering-ninja-atmosphere ()
(interactive)
(twittering-search "#NJSLYR OR from:NJSLYR"))
(global-set-key (kbd "C-x n j") 'twittering-ninja-atmosphere)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment