summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-24 17:33:06 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-24 17:33:06 -0500
commit5cbf910f810e708b712a0cb558e5bee96bb0ea12 (patch)
tree1ca7e299d9e2daf464bb3bb55dad6108cbb6f208 /init.org
parent74626963731ccceba54e7a26cce8ea342e0fc646 (diff)
downloadconfigs-5cbf910f810e708b712a0cb558e5bee96bb0ea12.tar.gz
configs-5cbf910f810e708b712a0cb558e5bee96bb0ea12.tar.xz
configs-5cbf910f810e708b712a0cb558e5bee96bb0ea12.zip
[emacs][wip] fix (void-variable personal-keybindings) error
https://github.com/jwiegley/use-package/issues/436#issuecomment-285954250
Diffstat (limited to 'init.org')
-rw-r--r--init.org1
1 files changed, 1 insertions, 0 deletions
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)