diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-11-01 02:52:02 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-11-01 02:52:02 +0000 |
commit | 08bd106430ca5599005323021f7635b2f1a1f72b (patch) | |
tree | d56e46390f1a7838a1a5eecfd8573e5eb47d0c98 /app-emacs/chess/files | |
parent | masked app-emacs/monk (incomplete for now) (diff) | |
download | gentoo-2-08bd106430ca5599005323021f7635b2f1a1f72b.tar.gz gentoo-2-08bd106430ca5599005323021f7635b2f1a1f72b.tar.bz2 gentoo-2-08bd106430ca5599005323021f7635b2f1a1f72b.zip |
looks like an app-emacs/ import to me
Diffstat (limited to 'app-emacs/chess/files')
-rw-r--r-- | app-emacs/chess/files/50chess-gentoo.el | 13 | ||||
-rw-r--r-- | app-emacs/chess/files/digest-chess-2.0_beta3 | 3 |
2 files changed, 16 insertions, 0 deletions
diff --git a/app-emacs/chess/files/50chess-gentoo.el b/app-emacs/chess/files/50chess-gentoo.el new file mode 100644 index 000000000000..461d241cc1df --- /dev/null +++ b/app-emacs/chess/files/50chess-gentoo.el @@ -0,0 +1,13 @@ + +;;; chess site-lisp configuration + +(setq load-path (cons "@SITELISP@" load-path)) +(require 'chess) + +;; Change the engine preference order -- gnuchess is a dependency (we +;; depend on app-games/gnuchess explicitly). We make crafty and +;; phalanx optional. The user can override this anytime using M-x +;; customize-group RET chess RET + +(custom-set-variables + '(chess-default-engine (quote (chess-gnuchess chess-crafty chess-phalanx)))) diff --git a/app-emacs/chess/files/digest-chess-2.0_beta3 b/app-emacs/chess/files/digest-chess-2.0_beta3 new file mode 100644 index 000000000000..93dbfe8f6c71 --- /dev/null +++ b/app-emacs/chess/files/digest-chess-2.0_beta3 @@ -0,0 +1,3 @@ +MD5 0adb9ecabafb21819264dac1a12d930b chess-2.0b3.tar.bz2 196850 +MD5 86cd8cac846b0874e030692a8306d029 emacs-chess-sounds-2.0.tar.bz2 3390098 +MD5 23b4fb5038232fc01c238a213cee5e63 emacs-chess-pieces-2.0.tar.bz2 297687 |