diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-01-25 13:36:03 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-01-25 13:36:03 +0100 |
| commit | d0ef8973efa9ce599f5b9ce4112a711c8827abdf (patch) | |
| tree | 07f3b1633abbd6eed983e80dadfa9ee73f5f051b /emacs/init.org | |
| parent | 0bd0246deaa8f241b5065a99a2858d3f8a275196 (diff) | |
| download | dotfiles-d0ef8973efa9ce599f5b9ce4112a711c8827abdf.tar.gz dotfiles-d0ef8973efa9ce599f5b9ce4112a711c8827abdf.zip | |
emacs: use toggle for git-timemachine
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.org')
| -rw-r--r-- | emacs/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.org b/emacs/init.org index 6e35352..bd42501 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -1004,7 +1004,7 @@ ways of jumping into Magit): #+BEGIN_SRC elisp (use-package git-timemachine :ensure t - :bind (("C-x t m" . git-timemachine))) + :bind (("C-x t m" . git-timemachine-toggle))) #+END_SRC * mu4e |
