diff options
author | 2007-12-05 20:09:20 +0000 | |
---|---|---|
committer | 2007-12-05 20:09:20 +0000 | |
commit | 9e0ef64e43f8c3ed205b10adbd9b1e322cfd0f85 (patch) | |
tree | 86e7feba8f59dd194b3e2e8cf795aaa7ab50b392 /app-emacs | |
parent | x86 stable, bug #201308 (diff) | |
download | historical-9e0ef64e43f8c3ed205b10adbd9b1e322cfd0f85.tar.gz historical-9e0ef64e43f8c3ed205b10adbd9b1e322cfd0f85.tar.bz2 historical-9e0ef64e43f8c3ed205b10adbd9b1e322cfd0f85.zip |
Change comment in site-init file.
Package-Manager: portage-2.1.4_rc7
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/ess/files/50ess-gentoo.el | 3 | ||||
-rw-r--r-- | app-emacs/org-mode/files/51org-mode-gentoo.el | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app-emacs/ess/files/50ess-gentoo.el b/app-emacs/ess/files/50ess-gentoo.el index ba2e51720a5c..6b18809e38ad 100644 --- a/app-emacs/ess/files/50ess-gentoo.el +++ b/app-emacs/ess/files/50ess-gentoo.el @@ -1,4 +1,5 @@ -;;; Emacs Speak Statistics site-lisp configuration + +;;; ess site-lisp configuration (add-to-list 'load-path "@SITELISP@") (require 'ess-site) 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) |