Related Posts
Sublime + emacs keymap
Thanks for my best friend Ben Luo. He introduced a new IDE sublime for me and here are the resources: Sublime emacs keymap
Traditional and Simplified Chinese convert under emacs
This is a complicated story, as you know I love traditional Chinese characters. Meanwhile, I write in traditional Chinese and the input method I selected Canji and also wrote the…
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”…