summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 0fdec48..3a9d6d9 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -543,7 +543,7 @@
 (bind-key "C-x C-j" #'delete-indentation)
 (unbind-key "C-x C-c")
 
-(bind-key "C-c i" #'ucs-insert)
+(bind-key "C-c i" #'insert-char)
 (bind-key "M-/" #'hippie-expand)
 
 (unbind-key "s-h")