I have to admit that I am programming again. Yes, again, after five or six years. Again, I am still programming perl, still under emacs. Fortunately, the language doesn’t change…
Following coding in .emacs can change the default backup folder (setq backup-directory-alist '(("." . "~/.emacs.d/backup")) backup-by-copying t ; Don't delink hardlinks version-control t ; Use version numbers on backups…
由於網站的設置問題,引號會變掉,我也懶得調整,這裡是原始文件 —————————————- (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”…
1.Create the USB bootable disk by official tool PENDRIVE under windows, don’t use Startup Disk Creator under Ubuntu. 2. Boot into. 3. Create a user, and give the administrator’s rights,…
You never know where is the key point. At the very beginning, I thought the most difficult part will be the configuration for Evernote mode and w3m will be the…
You never know where is the key point. At the very beginning, I thought the most difficult part will be the configuration for Evernote mode and w3m will be the…
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…
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…