File: boxes.emacsen-startup

package info (click to toggle)
boxes 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,800 kB
  • sloc: ansic: 10,566; lex: 517; sh: 503; makefile: 309; yacc: 272; lisp: 78
file content (11 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
;;; 50boxes.el -- debian emacs setups for boxes

(if (not (file-exists-p "/usr/share/emacs/site-lisp/boxes.el"))
    (message "boxes removed but not purged, skipping setup")

  ;; These autoloads as recommended by comments at the start of boxes.el.
  ;; The code has some more autoload cookies but don't think they're needed
  ;; for normal operation.
  (autoload 'boxes-command-on-region "boxes" nil t)
  (autoload 'boxes-remove "boxes" nil t)
  (autoload 'boxes-create "boxes" nil t))