From 8d348c21b74ce3389fcd1af7d2cc7847e303f3b0 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 9 Apr 2015 01:27:23 -0400 Subject: [PATCH] Move irc startup key bindings behind `ai` prefix --- contrib/irc/erc/README.md | 2 +- contrib/irc/erc/packages.el | 2 +- contrib/irc/rcirc/README.md | 2 +- contrib/irc/rcirc/packages.el | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/irc/erc/README.md b/contrib/irc/erc/README.md index 73ac8f161..6572f2c26 100644 --- a/contrib/irc/erc/README.md +++ b/contrib/irc/erc/README.md @@ -32,7 +32,7 @@ To use this contribution add it to your `~/.spacemacs` Key Binding | Description --------------|------------------------------------------------------------ -` a e` | Starts ERC +` a i e` | Starts ERC ` m b` | Switch between ERC buffers ` m d` | Interactively input a user action and send it to IRC. ` m j` | Join a channel, executes the /join command diff --git a/contrib/irc/erc/packages.el b/contrib/irc/erc/packages.el index 7d9c84b11..9afc725a1 100644 --- a/contrib/irc/erc/packages.el +++ b/contrib/irc/erc/packages.el @@ -25,7 +25,7 @@ which require an initialization must be listed explicitly in the list.") (use-package erc :defer t :init - (evil-leader/set-key "ae" 'erc) + (evil-leader/set-key "aie" 'erc) :config (progn diff --git a/contrib/irc/rcirc/README.md b/contrib/irc/rcirc/README.md index dee8c0150..621dd1e24 100644 --- a/contrib/irc/rcirc/README.md +++ b/contrib/irc/rcirc/README.md @@ -182,7 +182,7 @@ will be replaced by the credentials stored in your `~/.authinfo.gpg`. Key Binding | Description ----------------------|------------------------------------------------------------ -SPC a i | Open rcirc +SPC a i r | Open rcirc SPC L o i | Open rcirc in a custom perspective "@RICRC" (need perspectives layer enabled) diff --git a/contrib/irc/rcirc/packages.el b/contrib/irc/rcirc/packages.el index b81f01a7f..f47625e42 100644 --- a/contrib/irc/rcirc/packages.el +++ b/contrib/irc/rcirc/packages.el @@ -36,7 +36,7 @@ which require an initialization must be listed explicitly in the list.") rcirc-server-alist)) (spacemacs//znc-rcirc-connect))) - (evil-leader/set-key "ai" 'spacemacs/rcirc) + (evil-leader/set-key "air" 'spacemacs/rcirc) (defun spacemacs/rcirc (arg) "Launch rcirc." (interactive "P")