diff options
Diffstat (limited to 'app-emacs/calfw/files')
-rw-r--r-- | app-emacs/calfw/files/50calfw-gentoo.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emacs/calfw/files/50calfw-gentoo.el b/app-emacs/calfw/files/50calfw-gentoo.el new file mode 100644 index 000000000000..f35fde6b60c4 --- /dev/null +++ b/app-emacs/calfw/files/50calfw-gentoo.el @@ -0,0 +1,2 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'cfw:open-calendar-buffer "calfw" "Open a calendar buffer simply." t) |