Thanks for my best friend Ben Luo. He introduced a new IDE sublime for me and here are the resources:
Related Posts
A quick dirty way for emacs spell check under Windows
Get aspell, http://aspell.net/win32/ Install aspell Copy the entire c:program filesaspell to somewhere else Change the aspellbinaspell.exe to ispell.exe Now you can use M-x ispell to do the spell check For…
My dotemacs file
由於網站的設置問題,引號會變掉,我也懶得調整,這裡是原始文件 —————————————- (defun other-window-backward () ; this is a function to combine on M-up keyset, to active “Back one window” (interactive) (other-window -1)) (defun line-to-top () “Move cursor to top”…
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…