From 5cbf910f810e708b712a0cb558e5bee96bb0ea12 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 24 Dec 2018 17:33:06 -0500 Subject: [PATCH] [emacs][wip] fix (void-variable personal-keybindings) error https://github.com/jwiegley/use-package/issues/436#issuecomment-285954250 --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index 52c1437..11f45a3 100644 --- a/init.org +++ b/init.org @@ -729,6 +729,7 @@ for this. ** Bindings #+begin_src emacs-lisp +(require 'bind-key) (bind-keys ("C-c a i" . ielm) -- 2.20.1