Move org package loading up, so as to not accidentally load org from emacs.

This commit is contained in:
2022-01-21 17:42:07 +00:00
parent 515bb8dbf6
commit c3173fe4c0
2 changed files with 7 additions and 6 deletions

View File

@@ -13,6 +13,12 @@
:config
(load-theme 'zenburn t))
;;Org
(use-package org
:config
(load "~/.emacs.d/elisp/org-setup.el"))
(use-package org-ref)
;; My desktop environment
;; EXWM
;(use-package exwm
@@ -154,11 +160,6 @@
;; Racket
(use-package racket-mode)
;;Org
(use-package org)
(use-package org-ref)
(load "~/.emacs.d/elisp/org-setup.el")
;;Ivy related stuff
(use-package ivy)
(use-package ivy-bibtex)