File: emacsen-startup

package info (click to toggle)
hyperspec 1.34
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: sh: 168; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 628 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
(add-hook 'ilisp-load-hook
          (function
           (lambda ()
             ;; Set a keybinding for the COMMON-LISP-HYPERSPEC command
             (defkey-ilisp [(control f1)] 'common-lisp-hyperspec)
             (message "Running ilisp-load-hook")
             (setq common-lisp-hyperspec-root "/usr/share/doc/hyperspec/")
             (setq common-lisp-hyperspec-symbol-table
                   (concat common-lisp-hyperspec-root "Data/Map_Sym.txt")))))

(setq common-lisp-hyperspec-root "/usr/share/doc/hyperspec/")
(setq common-lisp-hyperspec-symbol-table
      (concat common-lisp-hyperspec-root "Data/Map_Sym.txt"))