diff options
author | Alan Pearce | 2019-09-24 16:20:53 +0200 |
---|---|---|
committer | Alan Pearce | 2019-09-24 16:20:53 +0200 |
commit | f77ea1c5c1781442a3cffdc6c39d8696eda07e38 (patch) | |
tree | 8127989dbc7aa964479f5673b6fd851439114dd0 /emacs | |
parent | cf28f2ee2baad8fec85d388362ac409b1f456506 (diff) | |
download | dotfiles-f77ea1c5c1781442a3cffdc6c39d8696eda07e38.tar.lz dotfiles-f77ea1c5c1781442a3cffdc6c39d8696eda07e38.tar.zst dotfiles-f77ea1c5c1781442a3cffdc6c39d8696eda07e38.zip |
Emacs: fix typo
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 2e8caa4..45a51c7 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -421,7 +421,7 @@ _p_rev _u_pper _=_: upper/lower _r_esolve :custom ((git-messenger:use-magit-popup t))) (use-package git-timemachine - :command (git-timemachine)) + :commands (git-timemachine)) (use-package editorconfig :defer 2 |