aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 39b0e23..b537222 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -72,6 +72,8 @@
(use-package rust-mode
:mode "\\.rs\\'")
+(load-library "git-commit")
+
(setq tramp-default-method "ssh")
(setq column-number-mode t)