summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-12-11 23:10:37 -0500
committerKyle Meyer <kyle@kyleam.com>2016-12-11 23:10:37 -0500
commit3f39a58cf419a11ac01f1f9f8fba6919186f9e2b (patch)
treea04fc6bd428242787ae31aef34d2a20a93e0b9a3 /init.el
parentd92771c8a3373ca48c9976a94838b280e330093a (diff)
downloademacs.d-3f39a58cf419a11ac01f1f9f8fba6919186f9e2b.tar.gz
Remove km/magit-refs-filter-recent command
I'm not sure why I preferred this to using --sort=-committerdate in the magit-show-refs-popup.
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.el b/init.el
index 38c345d..2d9b8b6 100644
--- a/init.el
+++ b/init.el
@@ -1036,9 +1036,6 @@
(define-key magit-hunk-section-map [remap magit-visit-thing]
#'km/magit-diff-visit-file)
- (define-key magit-refs-mode-map (kbd "C-c C-f")
- #'km/magit-refs-filter-recent)
-
(define-key magit-revision-mode-map (kbd "C-c C-r")
#'km/magit-revision-insert-related-refs)