a49cffc503
This port installs emacs-chess, a library which connects emacs with e.g. gnuchess by providing a nice board for the latter. PR: ports/49080 Submitted by: Steffen Mazanek <steffen.mazanek@unibw-muenchen.de>
10 lines
162 B
Plaintext
10 lines
162 B
Plaintext
Now you have to put emacs-chess in your loadpath
|
|
|
|
(add-to-list 'load-path "...")
|
|
|
|
and add
|
|
|
|
(autoload 'chess "chess" "Play a game of chess" t)
|
|
|
|
to your .emacs
|