summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-08-10 12:35:49 -0400
committerKyle Meyer <kyle@kyleam.com>2017-08-10 12:37:24 -0400
commite6ee384b94fc7aff516aed60b0243f4c7a900584 (patch)
tree46bffdfbcd9af27dae35a59f15d2fc8178ab9486
parent1841426679882fe5a8730bf724eb4b421a44fac0 (diff)
downloademacs.d-e6ee384b94fc7aff516aed60b0243f4c7a900584.tar.gz
Move bind-keys call for kill-map to :init
... in order to autoload commands.
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index a2f17f1..090ee53 100644
--- a/init.el
+++ b/init.el
@@ -516,7 +516,7 @@
(global-set-key [remap count-words-region]
#'km/count-words-region)
- :config
+
(bind-keys :map km/kill-map
("." . km/kill-sentence-at-point)
("j" . km/join-next-line-with-space)