Emacs: Replace deprecated ucs-insert call
Alan Pearce alan.pearce@spotcap.com
Wed, 13 May 2015 17:28:43 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.el → tag-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")