Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 427 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 427 Bytes

meigen-bot

Echo meigen randomly in Emacs mini-buffer

Install

put this package in your load-path-dir

Usage

Setting

(add-to-list 'load-path path-to-meigen-bot)
(require 'meigen-bot)
(setq meigen-file-path path-to-your-meigen-file)
(setq meigen-separator "\n") ;; default is "\n"
(add-hook 'emacs-startup-hook
        (lambda ()
          (echo-meigen-to-minibuffer)
          ))

License

MIT License