File: 60cltl.el

package info (click to toggle)
cltl 1.0.26
  • links: PTS
  • area: contrib
  • in suites: squeeze, wheezy
  • size: 128 kB
  • ctags: 6
  • sloc: sh: 143; makefile: 44; lisp: 6
file content (8 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
(add-hook 'ilisp-load-hook
	  (function
	   (lambda ()
	     (setq cltl2-root-url "/usr/share/doc/cltl/")
	     (defkey-ilisp [(shift f1)] 'cltl2-lookup))))

;;; also just set it so it can be used without ilisp
(setq cltl2-root-url "/usr/share/doc/cltl/")