all repos — nixfiles @ e739c34930d9b7b02832f206851842ffa46c3484

System and user configuration, managed by nix and home-manager

Emacs: Replace deprecated ucs-insert call
Alan Pearce alan.pearce@spotcap.com
Wed, 13 May 2015 17:28:43 +0200
commit

e739c34930d9b7b02832f206851842ffa46c3484

parent

524921e83da6b5b914e1de80e9b504efc4987ebd

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -543,7 +543,7 @@ (bind-key "C-x C-r" #'revert-buffer) (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")