summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2012-05-06 00:27:38 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2012-05-06 00:30:10 +0200
commite5ae8645ee8243565e960303dbafa34acf9ecdc5 (patch)
treed08eeaa59e0f2a01818eff9cfc78587f8f35a4d8
parentc746da1edba21db230101469a4a295d96b2ed6cc (diff)
downloaddotfiles-e5ae8645ee8243565e960303dbafa34acf9ecdc5.tar.xz
emacs: switch to packaged distribution of org-mode
-rw-r--r--emacs6
1 files changed, 2 insertions, 4 deletions
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.
-)
+ ))
;}}}