summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2002-11-01 02:52:02 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2002-11-01 02:52:02 +0000
commitce2fa6f6c4951c11ef10627b81603f112c0b62a8 (patch)
tree3f697c6e444c56ff856d2d5e5300c606d2462d12 /app-emacs/chess/files/50chess-gentoo.el
parentmasked app-emacs/monk (incomplete for now) (diff)
downloadhistorical-ce2fa6f6c4951c11ef10627b81603f112c0b62a8.tar.gz
historical-ce2fa6f6c4951c11ef10627b81603f112c0b62a8.tar.bz2
historical-ce2fa6f6c4951c11ef10627b81603f112c0b62a8.zip
looks like an app-emacs/ import to me
Diffstat (limited to 'app-emacs/chess/files/50chess-gentoo.el')
-rw-r--r--app-emacs/chess/files/50chess-gentoo.el13
1 files changed, 13 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))))