summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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