Add key bindings for sx

This commit is contained in:
Gergely Polonkai 2016-10-24 14:36:59 +02:00
parent 394df1b726
commit 6924c2bfdd
1 changed files with 6 additions and 1 deletions

View File

@ -582,7 +582,12 @@
:ensure t)
(use-package sx
:ensure t)
:ensure t
:demand
:bind
(:map gpolonkai/pers-map
("qi" . sx-inbox)
("qs" . sx-search)))
(use-package typescript-mode
:ensure t)