view lisp/subdirs.el @ 26640:f95236e53857

First "working" version: - uncomment-region doesn't work for some unknown reason - comment-multi-line allows the use of multi line comments - comment-extra-lines allows yet another style choice - comment-add allows to default to `;;' - comment-region on a comment calls uncomment-region - C-u C-u comment-region aligns comment end markers - C-u C-u C-u comment-region puts the comment inside a rectangle
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 28 Nov 1999 18:51:06 +0000
parents 95732eb5af6e
children a7bf11fbec64
line wrap: on
line source

;; In load-path, after this directory should come
;; certain of its subdirectories.  Here we specify them.
(normal-top-level-add-to-load-path '("textmodes" "progmodes" "play" "mail" "language" "international" "gnus" "emulation" "emacs-lisp" "calendar" ))