From: Amin Bandali Date: Mon, 24 Dec 2018 22:33:06 +0000 (-0500) Subject: [emacs][wip] fix (void-variable personal-keybindings) error X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/5cbf910f810e708b712a0cb558e5bee96bb0ea12 [emacs][wip] fix (void-variable personal-keybindings) error https://github.com/jwiegley/use-package/issues/436#issuecomment-285954250 --- 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)