[emacs] Don't load org-mode

Not using it and it takes a long time to load.
This commit is contained in:
Eryn Wells 2014-08-22 10:03:44 -07:00
parent 500a7392d8
commit 6a309a4dc4

4
emacs
View file

@ -32,8 +32,8 @@
;;
; Use org mode from the ~Internet~
(add-to-list 'load-path (expand-file-name "~/.emacs.d/org-mode/lisp"))
(require 'org)
;(add-to-list 'load-path (expand-file-name "~/.emacs.d/org-mode/lisp"))
;(require 'org)
; Files ending in .org
(add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . org-mode))