Move rcirc key-bindings to packages.el

This commit is contained in:
syl20bnr 2014-09-07 15:54:12 -04:00
parent 6b0517673b
commit 30cd403509
2 changed files with 3 additions and 6 deletions

View file

@ -216,8 +216,3 @@
"ms" 'sp-forward-slurp-sexp
"mta" (lambda () (interactive) (ert t))
"mtf" 'ert)
;; rcirc ----------------------------------------------------------------------
(eval-after-load "rcirc"
'(progn
(define-key rcirc-mode-map (kbd "C-j") 'rcirc-insert-prev-input)
(define-key rcirc-mode-map (kbd "C-k") 'rcirc-insert-next-input)))

View file

@ -1379,7 +1379,9 @@ which require an initialization must be listed explicitly in the list."
;; (concat spacemacs-extensions-directory "rcirc-reconnect/rcirc-reconnect.el"))
;; identify info are stored in a separate location, skip errors
;; if the feature cannot be found.
(require 'pinit-rcirc nil 'noerror))))
(require 'pinit-rcirc nil 'noerror)
(define-key rcirc-mode-map (kbd "C-j") 'rcirc-insert-prev-input)
(define-key rcirc-mode-map (kbd "C-k") 'rcirc-insert-next-input))))
(defun spacemacs/init-recentf ()
(use-package recentf