From e5ae8645ee8243565e960303dbafa34acf9ecdc5 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sun, 6 May 2012 00:27:38 +0200 Subject: emacs: switch to packaged distribution of org-mode --- emacs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'emacs') diff --git a/emacs b/emacs index da320ce..8c096e4 100644 --- a/emacs +++ b/emacs @@ -492,11 +492,10 @@ If there is no *ansi-term*, run it." ; - http://www.emacswiki.org/emacs/OrgMode ; ;; Initialization -(add-to-list 'load-path "~/.emacs.d/org/lisp") (require 'org-install) ;; ;; Extended mouse functionality -(load "~/.emacs.d/org/lisp/org-mouse.el") +(require 'org-mouse) ;; Settings (setq org-directory "~/.org/") @@ -651,11 +650,10 @@ If there is no *ansi-term*, run it." ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - ) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. -) + )) ;}}} -- cgit v1.2.3