diff options
Diffstat (limited to 'app-emacs/edit-list/files/50edit-list-gentoo.el')
-rw-r--r-- | app-emacs/edit-list/files/50edit-list-gentoo.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app-emacs/edit-list/files/50edit-list-gentoo.el b/app-emacs/edit-list/files/50edit-list-gentoo.el new file mode 100644 index 000000000000..fdd6462e2963 --- /dev/null +++ b/app-emacs/edit-list/files/50edit-list-gentoo.el @@ -0,0 +1,6 @@ + +;;; edit-list site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(autoload 'edit-list "edit-list" + "Edit a list called LIST-NAME interactively." t) |