Shortcuts:
M-: - block comment
M-/ - auto complete from context
C-M-% - regex-replace
C-q <specialChar> - C-q <TAB>, <SPACE> inserts those special chars
Commands:
M-x whitespace-mode - see all the cursing characters... :-P
M-x man RET cmd - view a man page properly in emacs
Startup file location ~/.emacs
Tip: Avoid too many non-standard configurations. Keep your configuration file small and lean. If you evolve and/or heavily modify your environment, it will be increasingly harder to stay productive when you move over machines and won't have access to your superCustomized.el
or
Hypothesis 1: make your file available through some http service. curl it down. run with emacs and watch for errors?
i.e. `emacs some option <yourConfig>.el` if $? == 1 { #don't move HEAD, latest emacs does not work }. You should let me know once you figure this out. :D
Reference links:
http://sachachua.com
No comments:
Post a Comment