- VcXsrv
- Google Japanese Input
- mozc_emacs_helper for Windows - mozc_emacs_helper.exe
- iRi-E/mozc-el-extensions - mozc-cursor-color.el
- Clone this repository to
$HOME/.emacs.d
- Start emacs
M-x load-file ~/.emacs.d/custom.el
package-install-selected-packages
Setup mozc
- Download
mozc_emacs_helper.exe
and place it insite-bin
.- Create
site-bin/mozc_emacs_helper.sh
#!/bin/sh cd mozc_emacs_helper.exe "$@" 2> /dev/null
- Add execute permission
site-bin/mozc_emacs_helper.exe
andsite-bin/mozc_emacs_helper.sh
- Create
- Download
mozc-cursor-color.el
and place it insite-lisp
.
Create symlink for open-junk-mode
$ ln -s <path/to/junk> ~/.emacs.d/var/junk
Create symlink for open-junk-mode
$ ln -s <path/to/junk> ~/.emacs.d/var/junk