[emacs] Don't load org-mode
Not using it and it takes a long time to load.
This commit is contained in:
parent
500a7392d8
commit
6a309a4dc4
1 changed files with 2 additions and 2 deletions
4
emacs
4
emacs
|
@ -32,8 +32,8 @@
|
||||||
;;
|
;;
|
||||||
|
|
||||||
; Use org mode from the ~Internet~
|
; Use org mode from the ~Internet~
|
||||||
(add-to-list 'load-path (expand-file-name "~/.emacs.d/org-mode/lisp"))
|
;(add-to-list 'load-path (expand-file-name "~/.emacs.d/org-mode/lisp"))
|
||||||
(require 'org)
|
;(require 'org)
|
||||||
|
|
||||||
; Files ending in .org
|
; Files ending in .org
|
||||||
(add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . org-mode))
|
(add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . org-mode))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue