summaryrefslogtreecommitdiff
diff options
context:
space:
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.
-)
+ ))
;}}}