Commit cefa6f9a6a0e
Changed files (1)
tools
emacs
config
tools/emacs/config/config-files.el
@@ -10,6 +10,9 @@
;; :config
;; (auto-insert-mode 1))
+(require 'hardhat)
+(global-hardhat-mode)
+
(use-package files
:commands (revert-buffer)
:bind (("<f5>" . revert-buffer))
@@ -23,9 +26,6 @@
("C-c e" . envrc-command-map))
:config (envrc-global-mode))
-(use-package hardhat
- :init (global-hardhat-mode))
-
(use-package highlight-indentation
:unless noninteractive
:commands (highlight-indentation-mode highlight-indentation-current-column-mode)