init.el - help-mode

emacs-init-time to open a session showing (only) the *Messages* buffer -
before - 37.9s
after  - 37.9s
This commit is contained in:
Kashish Sharma 2016-06-13 21:31:08 +05:30
parent 63e95db46b
commit feacf9ec82
1 changed files with 6 additions and 7 deletions

13
init.el
View File

@ -154,13 +154,12 @@
(load "cp-mouse")
(require 'help-mode)
(cp-set-keys
:keymap help-mode-map
:bindings
`((,(kbd "b") help-go-back)
(,(kbd "f") help-go-forward)))
(with-eval-after-load 'help-mode
(cp-set-keys
:keymap help-mode-map
:bindings
`((,(kbd "b") help-go-back)
(,(kbd "f") help-go-forward))))
(setq eshell-history-size nil)