diff options
| author | Thomas Schneider <qsx@qsx.re> | 2018-05-07 17:41:38 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2018-05-07 17:41:38 +0200 |
| commit | d1e86e2c2b038ba409e86e8ba7e60d4c3835c1f7 (patch) | |
| tree | 5bf8784694fcca0d0b65e3cd87c8bff5eb6b9ec8 /dot.emacs.d/init.el | |
| parent | 5507f7b8c333c016d053adb2e4030a5ef1f12cf6 (diff) | |
Emacs: Add git-commit-mode
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 2 |
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) |
