Skip to content

ruinshe/emacs-eidea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Emacs & Rime integration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published