summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-01-17 01:21:33 -0500
committerKyle Meyer <kyle@kyleam.com>2016-01-17 01:21:33 -0500
commit73cb3861f082f2b8a0c79280597e864ee3ee23fa (patch)
tree7e43fd62dfd432d75257f4f83be8619f1929afdb /init.el
parentbaf150322c559c2fc0b9d3edf17126752e64d9b5 (diff)
downloademacs.d-73cb3861f082f2b8a0c79280597e864ee3ee23fa.tar.gz
Add missing touch-buffer-file binding
Seems to have been dropped in use-package transition.
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index 02f7dc8..03857d8 100644
--- a/init.el
+++ b/init.el
@@ -590,7 +590,8 @@
(bind-keys :map km/file-map
("j" . km/dired-jump-file-at-point)
("n" . km/rename-current-buffer-file)
- ("R" . km/find-file-as-root))
+ ("R" . km/find-file-as-root)
+ ("t" . km/touch-buffer-file))
(bind-keys :map ctl-x-4-map
("r" . km/recentf-find-file-other-window)
("s" . km/scratch-find-file-other-window)))