aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorbard <[email protected]>2023-09-24 18:24:54 -0400
committerbard <[email protected]>2023-09-24 18:24:54 -0400
commitfd6d03edf73e36343b6f30c39f4e2b8115e4fd64 (patch)
tree13bdffdb844643a50183248aa843ca2ab7c1a8c8 /init.el
parent15ef46b2ae2bda54fde356a84259a9c390c84ab5 (diff)
hlint keybind and custom hook
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index db95f3e..9eacb8e 100644
--- a/init.el
+++ b/init.el
@@ -4,7 +4,8 @@
;; Loading all other files
(setq my-config-files '("~/.emacs.d/packages.el"
- "~/.emacs.d/org.el"))
+ "~/.emacs.d/org.el"
+ "~/.emacs.d/haskell.el"))
(dolist (config-file my-config-files)
(load config-file))