diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-12-05 20:06:04 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-12-05 20:06:04 +0000 |
commit | b68ed69a53d82c93b793f38d4e455dc9b6ab8c29 (patch) | |
tree | 02d2f737fa1dbf24eff2063eed40323c3de53d9d /app-emacs/org-mode | |
parent | Do not install /usr/bin/lzma as there are other/dedicated packages that insta... (diff) | |
download | gentoo-2-b68ed69a53d82c93b793f38d4e455dc9b6ab8c29.tar.gz gentoo-2-b68ed69a53d82c93b793f38d4e455dc9b6ab8c29.tar.bz2 gentoo-2-b68ed69a53d82c93b793f38d4e455dc9b6ab8c29.zip |
Change comment in site-init file.
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'app-emacs/org-mode')
-rw-r--r-- | app-emacs/org-mode/files/51org-mode-gentoo.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emacs/org-mode/files/51org-mode-gentoo.el b/app-emacs/org-mode/files/51org-mode-gentoo.el index bebeec962052..0defdccf7601 100644 --- a/app-emacs/org-mode/files/51org-mode-gentoo.el +++ b/app-emacs/org-mode/files/51org-mode-gentoo.el @@ -1,5 +1,6 @@ ;;; org-mode site-lisp configuration + (add-to-list 'load-path "@SITELISP@") (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) (require 'org-install) |