Difference between revisions of "WikEmacs:NewPage"

From WikEmacs
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''{{{1}}}''' does this.
+
'''{{{1}}}''' is a wonderful mode which does wonderful things.
  
 
= Basic setup =
 
= Basic setup =
Line 15: Line 15:
 
== Customization 1 ==
 
== Customization 1 ==
  
{{
+
<source lang="lisp">
Snippet|
+
(message "This stuff will go in your .emacs")
(testing)
+
</source>
(testing1)
 
}}
 
  
 
== Customization 2 ==
 
== Customization 2 ==
Do that.
+
<source lang="lisp">
 +
(message "You can also do this customization")
 +
</source>
  
 
= Project Pages =
 
= Project Pages =
Line 30: Line 30:
 
= Tutorial Pages =
 
= Tutorial Pages =
 
;[http://wiki.bazaar.canonical.com/EmacsTips Emacs as commit message editor]   
 
;[http://wiki.bazaar.canonical.com/EmacsTips Emacs as commit message editor]   
:Tips for setting up Emacs as Bazaar commit editor.  
+
:Tips for setting up Emacs as Bazaar commit editor.
  
 
= External links =
 
= External links =
 
Other things of general interest
 
Other things of general interest

Latest revision as of 03:24, 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