diff options
Diffstat (limited to 'app-emacs/crontab-mode/files/50crontab-mode-gentoo.el')
-rw-r--r-- | app-emacs/crontab-mode/files/50crontab-mode-gentoo.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app-emacs/crontab-mode/files/50crontab-mode-gentoo.el b/app-emacs/crontab-mode/files/50crontab-mode-gentoo.el new file mode 100644 index 000000000000..f0a744cb8486 --- /dev/null +++ b/app-emacs/crontab-mode/files/50crontab-mode-gentoo.el @@ -0,0 +1,7 @@ + +;;; crontab-mode site-lisp configuration + +(setq load-path (cons "@SITELISP@" load-path)) +(autoload 'crontab-mode "crontab-mode" nil t) +(autoload 'crontab-get "crontab-mode" nil t) + |