Emacs configuration
Emacs has two annoyances on KDE on Arch Linux. One is that when I try to resize it, it doesn’t want to be resized and the other is that the Fcitx input system does not work. I had to find the correct set of environment variables for both of these issues. For the resize issue, I had to add this to my .emacs, (setq frame-resize-pixelwise t) That seems to have fixed the issue and restarting Emacs kicked in the changes. ...