Related Posts
Let emacs inherit the shell environment variables
After clean up the python on MacOS, it still doesn’t work well in emacs. I found emacs still called the wrong python. My shell load 2.7.13 and emacs used 2.7.10,…
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…
Time-stamp for Emacs
Time-stamp for Emacs ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ==================================================================================================== Turn on Time-Stamp in NTEmacs for C/C++ Time-stamp: Version: NTEmacs 21.1 Environment: cygwin, Windows 2000 SP2 =================================================================================================== 1. Add following line into .emacs (add-hook 'write-file-hooks…