Skip to content

Instantly share code, notes, and snippets.

@osamu2001
Created April 12, 2011 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osamu2001/915070 to your computer and use it in GitHub Desktop.
Save osamu2001/915070 to your computer and use it in GitHub Desktop.
anything-books.elをWindowsで(楽に)使う
;;http://d.hatena.ne.jp/kiwanami/20110203/1296755710
;; anything-books.elをWindowsで(楽に)使う
;; mupdfを使用すればGS要らず
(setq abks:mkcover-cmd '("c:/Gnu/mupdf/pdfdraw" "-o" thum pdf "1"))
;; ImageMagic for Windows のconvertは日本語ファイル名が扱えない
(setq abks:convert-cmd '("C:/Program Files/GraphicsMagick-1.3.12-Q16/gm.exe" "convert" "-resize" size from to))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment