Difference between revisions of "Template:NewPage"
Jump to navigation
Jump to search
Line 29: | Line 29: | ||
<source lang="lisp"> | <source lang="lisp"> | ||
(message "This stuff will go in your .emacs") | (message "This stuff will go in your .emacs") | ||
− | |||
− | |||
− | |||
− | |||
− | |||
</source> | </source> | ||
Line 41: | Line 36: | ||
= [[GNU/Linux]] = | = [[GNU/Linux]] = | ||
<!-- Customization/Notes specific to GNU/Linux goes here --> | <!-- Customization/Notes specific to GNU/Linux goes here --> | ||
− | + | ||
− | |||
<!-------------------------------------------------------------------------> | <!-------------------------------------------------------------------------> | ||
Line 48: | Line 42: | ||
= [[OS X]] = | = [[OS X]] = | ||
<!-- Customization/Notes specific to OS X goes here --> | <!-- Customization/Notes specific to OS X goes here --> | ||
− | + | ||
− | |||
<!-------------------------------------------------------------------------> | <!-------------------------------------------------------------------------> | ||
Line 55: | Line 48: | ||
= [[Windows]] = | = [[Windows]] = | ||
<!-- Customization/Notes specific to Windows goes here --> | <!-- Customization/Notes specific to Windows goes here --> | ||
− | + | ||
− | + | ||
− | |||
<!-------------------------------------------------------------------------> | <!-------------------------------------------------------------------------> | ||
Line 65: | Line 57: | ||
<!-- Recent revision should come first. This way important information stays at top --> | <!-- Recent revision should come first. This way important information stays at top --> | ||
− | |||
− | |||
− | |||
<!-------------------------------------------------------------------------> | <!-------------------------------------------------------------------------> | ||
Line 75: | Line 64: | ||
<!-- Customization/Notes specific to Emacs-22 --> | <!-- Customization/Notes specific to Emacs-22 --> | ||
Emacs-23 is not as great as Emacs-24. You will have these problems and you can workaround it this way. | Emacs-23 is not as great as Emacs-24. You will have these problems and you can workaround it this way. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-------------------------------------------------------------------------> | <!-------------------------------------------------------------------------> |
Revision as of 09:17, 30 March 2012
{{{1}}} is a wonderful mode which does wonderful things.
Basic setup
Install these third party libraries or read this section before proceeding.
Helpful keybindings
- [C-x C-c]
- Quit Emacs.
- [C-x C-s] (or M-x save-buffer)
- Save buffer.
Common Customization
Customization 1
(message "This stuff will go in your .emacs")
GNU/Linux
OS X
Windows
Emacs-24
Emacs-23
Emacs-23 is not as great as Emacs-24. You will have these problems and you can workaround it this way.
Recommended Reading
Project Pages
Tutorial Pages
- Emacs as commit message editor
- Tips for setting up Emacs as Bazaar commit editor.