Difference between revisions of "Template:NewPage"
Jump to navigation
Jump to search
(Redirected page to WikEmacs:NewPage) |
|||
Line 1: | Line 1: | ||
− | + | '''{{{1}}}''' is a wonderful mode which does wonderful things. | |
+ | |||
+ | = Basic setup = | ||
+ | |||
+ | = Helpful keybindings = | ||
+ | |||
+ | ; {{Keys|C-x C-c}} | ||
+ | : Quit Emacs. | ||
+ | |||
+ | ; {{CommandKeys|C-x C-s|save-buffer}} | ||
+ | : Save buffer. | ||
+ | |||
+ | = Common customizations = | ||
+ | |||
+ | == Customization 1 == | ||
+ | |||
+ | <source lang="lisp"> | ||
+ | (message "This stuff will go in your .emacs") | ||
+ | </source> | ||
+ | |||
+ | == Customization 2 == | ||
+ | <source lang="lisp"> | ||
+ | (message "You can also do this customization") | ||
+ | </source> | ||
+ | |||
+ | = Project Pages = | ||
+ | * [http://bazaar.canonical.com/en/ Bazaar] | ||
+ | * [http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html Bzr Users Guide] | ||
+ | |||
+ | = Tutorial Pages = | ||
+ | ;[http://wiki.bazaar.canonical.com/EmacsTips Emacs as commit message editor] | ||
+ | :Tips for setting up Emacs as Bazaar commit editor. | ||
+ | |||
+ | = External links = | ||
+ | Other things of general interest |
Revision as of 03:33, 28 March 2012
{{{1}}} is a wonderful mode which does wonderful things.
Basic setup
Helpful keybindings
- [C-x C-c]
- Quit Emacs.
- [C-x C-s] (or M-x save-buffer)
- Save buffer.
Common customizations
Customization 1
(message "This stuff will go in your .emacs")
Customization 2
(message "You can also do this customization")
Project Pages
Tutorial Pages
- Emacs as commit message editor
- Tips for setting up Emacs as Bazaar commit editor.
External links
Other things of general interest