Commit 781f04472ce0
Changed files (1)
.emacs.d
.emacs.d/init.el
@@ -25,15 +25,16 @@
(message "Loaded packages in %.3fs" elapsed))
;; Make sure we have a decent and recent org-mode version
-(require 'org)
-(when (string-match "^[1234567]" (org-version))
- (progn
- (warn "Org-mode is out of date. We expect org 8 or higher, but instead we have %s" (org-version))
- (warn "Force the installation from org elpa.")
- (package-install 'org)
- (unload-org-mode)
- (require 'org)
- ))
+;; (unload-org-mode)
+;; (require 'org)
+;; (when (string-match "^[1234567]" (org-version))
+;; (progn
+;; (warn "Org-mode is out of date. We expect org 8 or higher, but instead we have %s" (org-version))
+;; (warn "Force the installation from org elpa.")
+;; (package-install 'org)
+;; (unload-org-mode)
+;; (require 'org)
+;; ))
;; keep customize settings in their own file
(setq custom-file