Skip to content

Instantly share code, notes, and snippets.

@tokuhirom
Created December 30, 2008 14:25
Show Gist options
  • Save tokuhirom/41633 to your computer and use it in GitHub Desktop.
Save tokuhirom/41633 to your computer and use it in GitHub Desktop.
;; navi2ch のブックマークを適当に巡回するスクリプト。
;; emacs -batch -l /path/to/this/file
;; written by tokuhiro matsuno
;; LICENSE: same as perl itself
(progn
(load "navi2ch")
(setq navi2ch-use-lock nil)
(navi2ch)
(navi2ch-bookmark-goto-bookmark "") ;; ここを適当なブックマーク名にかえる
(navi2ch-bm-mark-all)
(navi2ch-bookmark-fetch-mark-article))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment