and load user configurations
This commit is contained in:
parent
7bdb2b06f9
commit
58fa8a8183
5
init.el
5
init.el
@ -38,3 +38,8 @@
|
||||
(require 'thwap-orgmode)
|
||||
;; dashboard
|
||||
(require 'thwap-dashboard)
|
||||
|
||||
;; now that everything is loaded, let's load all the user configurations
|
||||
(let ((user-config (thwap/list-files-with-extension "~/.emacs.d/thwap.d" "el")))
|
||||
(dolist (config user-config)
|
||||
(load-file config)))
|
||||
|
Loading…
Reference in New Issue
Block a user