This minor mode exists to provide Emacs with an interface to cheat_fu.
Quickly jump between cheat_fu sheets for fast viewing and editing.
"l" 'cheat_fu-list "s" 'cheat_fu-search "c" 'cheat_fu-convert "b" 'cheat_fu-buttonize-buffer
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/
Add support to the rest of functionalities that [cheat_fu](https://github.com/jpablobr/cheat_fu) provides.
Fork the project. Make your feature addition or bug fix. Send me a pull request. Bonus points for topic branches.
– Jose Pablo Barrantes <jpablobr>