dot/emacs: Bind `C-c t r' to `gtags-find-rtag' for reverse lookups.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 28 Jul 2017 14:47:55 +0000 (15:47 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 28 Jul 2017 14:47:55 +0000 (15:47 +0100)
Move `timeclock-reread-log' out of the way.

dot/emacs

index 2cf4a9e..6cf5b6e 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
   (global-set-key [?\C-c ?t ?i] 'timeclock-in)
   (global-set-key [?\C-c ?t ?c] 'timeclock-change)
   (global-set-key [?\C-c ?t ?o] 'timeclock-out)
-  (global-set-key [?\C-c ?t ?r] 'timeclock-reread-log)
+  (global-set-key [?\C-c ?t ?R] 'timeclock-reread-log)
   (global-set-key [?\C-c ?t ?w] 'timeclock-workday-remaining-string)
   (global-set-key [?\C-c ?t ?s] 'timeclock-status-string)
   (global-set-key [?\C-c ?m ?m] 'magit-status)
   (global-set-key [?\C-c ?p ??] 'mdw-mpc-now-playing)
   (global-set-key [?\C-c ?t ?t] 'gtags-find-tag-from-here)
   (global-set-key [?\C-c ?t ?.] 'gtags-find-tag)
+  (global-set-key [?\C-c ?t ?r] 'gtags-find-rtag)
   (global-set-key [?\C-c ?t ?4 ?.] 'gtags-find-tag-other-window)
   (global-set-key [?\C-c ?t ?,] 'gtags-pop-stack)
   (global-set-key [?\C-c ?k] 'mdw-compile)