サイトマップ 更新履歴 ニュース Elispセクション 利用手引

CheatFuMode

This minor mode exists to provide Emacs with an interface to cheat_fu.

Features:

Quickly jump between cheat_fu sheets for fast viewing and editing.

Key binding:

"l" 'cheat_fu-list
"s" 'cheat_fu-search
"c" 'cheat_fu-convert
"b" 'cheat_fu-buttonize-buffer

Installation:

In your emacs config:

    (add-to-list 'load-path "~/.emacs.d/load/path/cheat_fu.el")
    (require 'cheat_fu)
    (setq cheat_fu-root "/path/to/.cheat_fu_sheets/

TODO:

Add support to the rest of functionalities that [cheat_fu](https://github.com/jpablobr/cheat_fu) provides.

Note on Patches/Pull Requests:

Fork the project. Make your feature addition or bug fix. Send me a pull request. Bonus points for topic branches.

– Jose Pablo Barrantes <jpablobr>