X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=setup%2Fgoto-last-change.el;fp=setup%2Fgoto-last-change.el;h=135a73a30346991cbe82217e2e4e8c84d8356765;hb=a164f6b9835d2e5339ff1e13d98e3cfdc8e40f1a;hp=0000000000000000000000000000000000000000;hpb=fb90d49978d6f813ec82d1764dca038a116d2afc;p=emacs-init.git diff --git a/setup/goto-last-change.el b/setup/goto-last-change.el new file mode 100644 index 0000000..135a73a --- /dev/null +++ b/setup/goto-last-change.el @@ -0,0 +1,2 @@ +(require 'goto-last-change) +(global-set-key (kbd "C-+") ' goto-last-change)