Add a file for bug-hunter

This commit is contained in:
Andreas Zweili 2022-08-21 15:06:12 +02:00
parent 091c6d0e49
commit f1560ad95f
3 changed files with 4 additions and 4 deletions

View File

@ -0,0 +1,3 @@
(use-package bug-hunter
:defer t
:ensure t)

View File

@ -1,7 +1,3 @@
(use-package bug-hunter
:defer t
:ensure t)
(use-package direnv
:config
(direnv-mode))

View File

@ -24,6 +24,7 @@
(load-file (config-path "org_insert.el"))
;; programming
(load-file (config-path "bug_hunter.el"))
(load-file (config-path "company.el"))
(load-file (config-path "format_all.el"))
(load-file (config-path "magit.el"))