From e739c34930d9b7b02832f206851842ffa46c3484 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 13 May 2015 17:28:43 +0200 Subject: Emacs: Replace deprecated ucs-insert call --- tag-emacs/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 0fdec48b..3a9d6d96 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") -- cgit 1.4.1