Related Posts
How to replace a string with newline break in emacs?
This is only for self-reference, how to replace a string contains newline break in emacs? ctrl+q then ctrl+j
New Wubi IME for emacs
This is just a modified Wubi IME for emacs, it’s under GPL. Originally, it’s from http://daiyuwen.freeshell.org/gb/wubi/wubi.html I modified wubi-rules.el file and added 51,473 words to it. Also, I added a…
How to install/configure ispell for emacs under MacOS?
Install brew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" answer the current user’s password and install is automatically Install ispell brew install ispell --with-lang-en Configure the .emacs (setq ispell-program-name "/usr/local/bin/ispell") Use M-x…