summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-01-30 20:49:08 -0500
committerKyle Meyer <kyle@kyleam.com>2016-01-30 20:49:08 -0500
commitf1ceb7344906070883cf24c47e48e913376e4974 (patch)
tree98e83d520d5e431f62e8b147d71ceb4d4c5af07b /init.el
parent0f634d7acac8f8296f2f47ebeb9e612cb69bd60e (diff)
downloademacs.d-f1ceb7344906070883cf24c47e48e913376e4974.tar.gz
Add binding for find-library
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el
index a7c906c..297be89 100644
--- a/init.el
+++ b/init.el
@@ -1557,7 +1557,9 @@
(use-package find-function
:bind (("C-h ;" . find-function)
- ("C-h 4 ;" . find-function-other-window)))
+ ("C-h 4 ;" . find-function-other-window))
+ :init
+ (define-key km/file-map "e" #'find-library))
(use-package paredit
:defer t