aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-05-29 01:02:11 -0700
committerGravatar Tom Willemse2018-05-29 01:02:11 -0700
commit61496a0b817e54d6b67e0ac09ab0fb1611bad9f3 (patch)
treeeafc524f4976115a431acd1c75961f13573f89e7 /emacs/.emacs.d/init.el
parentf6bd936f91fccd51a1160f9fc012b23ab52c73b9 (diff)
downloadnew-dotfiles-61496a0b817e54d6b67e0ac09ab0fb1611bad9f3.tar.gz
new-dotfiles-61496a0b817e54d6b67e0ac09ab0fb1611bad9f3.zip
Move more from org-mode
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 058e86e..5fa6186 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -145,7 +145,9 @@
;;;; Lazy configurations:
-(with-eval-after-load 'bookmark (load "init/oni-bookmarks"))
+(with-eval-after-load 'bookmark (load "init/oni-bookmark"))
+(with-eval-after-load 'align (load "init/oni-align"))
+(with-eval-after-load 'browse-url (load "init/oni-browse-url"))
(provide 'init)
;;; init.el ends here