--There is a Windows desktop + laptop, MacBookPro, Linux, etc. at home ――It is troublesome that the detailed settings are different. ――You should create a development environment for an external VPS service
――Since various people are doing it, I will omit it --Windows Firewall is turned off. --Entered $ DISPLAY settings. ↓ Quoted from Microsoft website
export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):0.0
--As shown in the reference site, -ac
is added to the startup parameter.
--Enter xorg-x11-xauth.x86_64
--Enter ʻEmacs --
Enter Japanese environment (ibus-mozc)`
$ sudo dnf install xorg-x11-xauth.x86_64 emacs
--Other things you need, such as git, screen, zsh, etc.
--Here Dohamari. In conclusion, add the following to ʻinit.el`
(modify-frame-parameters nil '((inhibit-double-buffering . t)))
https://qiita.com/ryoi084/items/0dff11134592d0bb895c
Recommended Posts