summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2023-12-09 20:19:22 -0500
committerKyle Meyer <kyle@kyleam.com>2024-01-22 00:02:53 -0500
commit61e46a81d8b90275dd5e129c547db0da9729fc40 (patch)
treec1df24a8a812d297acaa38d96a2da2b980c6a59b /init.el
parent3216b10b8748d2ea36cc6a76235d18d99ba3def7 (diff)
downloademacs.d-61e46a81d8b90275dd5e129c547db0da9729fc40.tar.gz
Fix find-func library name
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index ef4acd7..748876d 100644
--- a/init.el
+++ b/init.el
@@ -1766,7 +1766,7 @@
'("Packages" "^\\s-*(\\(use-package\\)\\s-+\\(\\(\\sw\\|\\s_\\)+\\)" 2))))
(add-hook 'emacs-lisp-mode-hook #'km/imenu-add-use-package))
-(use-package find-function
+(use-package find-func
:bind (("C-h ;" . find-function)
("C-h 4 ;" . find-function-other-window))
:init