From afb06fca590a8fba79555f664f19d2c330a272b0 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 20 Mar 2021 15:41:31 +0100 Subject: [PATCH] Free key binding for f12 I am not using it anymore, so let's make sure it stays that way and we can use that key for something else in the future. --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index 03256f9..40d205b 100644 --- a/init.el +++ b/init.el @@ -176,7 +176,6 @@ (bind-key "" #'winner-redo) (bind-key "" #'magit-status) (bind-key "" #'db/org-find-links-to-current-item) - (bind-key "" #'db/helm-shortcuts) (bind-key "" #'db/run-or-hide-eshell) (bind-key "" #'hydra-feature-shortcuts/body) (bind-key "" (if (executable-find "ag") #'counsel-ag #'rgrep))