about summary refs log tree commit diff
path: root/exwm-xim.el
AgeCommit message (Collapse)AuthorFilesLines
2019-02-06 Add input method supportChris Feng1-0/+781
; The code is basically refactored from ; https://github.com/ch11ng/exim to get better maintenance. * exwm-xim.el: New module making Emacs's builtin input methods usable for interacting with X windows. * exwm-core.el (exwm--intern-atom): New function for intern X11 atoms. * exwm-input.el (exwm-input--init): * exwm-manage.el (exwm-manage--init): Use it.