Add keybinding for find-library

This commit is contained in:
Kashish Sharma 2018-09-10 13:04:16 +05:30
parent 1be31b65ce
commit 9d6787cbd8
1 changed files with 2 additions and 1 deletions

View File

@ -255,7 +255,8 @@ and eval it."
(,(kbd "s-k") bury-buffer)
(,(kbd "C-x k") cp-kill-buffer)
(,(kbd "C-`") eshell)
(,(kbd "<f5> T") cp-insert-timestamp)))
(,(kbd "<f5> T") cp-insert-timestamp)
(,(kbd "<f1> l") find-library)))
(load "cp-mouse")