org-modules get loaded before org-babel-load-file

auto-flake-update
Yorick van Pelt 2017-08-15 17:55:48 +02:00
parent 69bac4cd68
commit f905c7932d
2 changed files with 2 additions and 2 deletions

View File

@ -23,5 +23,7 @@
("d677ef584c6dfc0697901a44b885cc18e206f05114c8a3b7fde674fce6180879" "a8245b7cc985a0610d71f9852e9f2767ad1b852c2bdea6f4aadc12cce9c4d6d0" "8aebf25556399b58091e533e455dd50a6a9cba958cc4ebb0aab175863c25b9a4" default))) ("d677ef584c6dfc0697901a44b885cc18e206f05114c8a3b7fde674fce6180879" "a8245b7cc985a0610d71f9852e9f2767ad1b852c2bdea6f4aadc12cce9c4d6d0" "8aebf25556399b58091e533e455dd50a6a9cba958cc4ebb0aab175863c25b9a4" default)))
) )
(setq org-modules '(org-bbdb org-bibtex org-docview org-gnus org-habit
org-info org-irc org-mhe org-rmail org-w3m))
(org-babel-load-file "~/dotfiles/emacs/emacs.org") (org-babel-load-file "~/dotfiles/emacs/emacs.org")

View File

@ -11,8 +11,6 @@
* Org stuff * Org stuff
** modules ** modules
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq org-modules '(org-bbdb org-bibtex org-docview org-gnus org-habit
org-info org-irc org-mhe org-rmail org-w3m))
#+END_SRC #+END_SRC
** keybindings ** keybindings
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp