/emacs-eidea

Emacs & Rime integration

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

emacs-eidea

Emacs & Rime integration

Install

Clone this git repository, and load the lisp file from cloned folder, and you need to install Rime and make sure org and multi-term emacs package installed by yourself.

git clone https://github.com/ruinshe/emacs-eidea.git
cd emacs-eidea
echo "(load \"$(pwd)/eidea.el\")" >> ~/.emacs.d/init.el

Or you can use the quick bootstrap script to install (only non Emacs user recommended):

./bootstrap.sh <workdir>

Workspace configuration

Before using, please set eidea/workdir variable, by M-x customize, and find the group eidea or variable eidea/workdir.

Or you can save the variable in your emacs/init.el.

(setq eidea/workdir "path/to/your/workdir")

Key binding

For non Emacs user: user M-x eidea/show to open dashboard, here M is Meta key (default Alt in Linux).

Only keymap need to be binded is eidea/show.

(global-set-key (kbd "C-C r") 'eidea/show)

Known but will not fix issues

The title set in problem config should be formatted as

title = "problem name"

And the other title setting(s) like pid + ": problem name" is not acceptable and will not be supported.