From 247f2107e284388f7afee496b57f82d729f975ea Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 29 Sep 2019 07:06:47 +0200 Subject: [PATCH] Bind C- to man. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index a7d973a..961fb7d 100644 --- a/init.el +++ b/init.el @@ -612,6 +612,7 @@ With argument, do this that many times." (Man-underline ((t (:inherit font-lock-keyword-face :underline t)))) :bind ("" . (lambda () (interactive) (manual-entry (current-word)))) + ("C-" . man) ) ;; Show directory tree in a window.