Difference between revisions of "WikEmacs:NewPage"

From WikEmacs
Jump to navigation Jump to search
Line 15: Line 15:
 
== Customization 1 ==
 
== Customization 1 ==
  
{{
+
<source lang="lisp">
Snippet|(testing)(testing1)
+
(message "This stuff will go in your .emacs")
}}
+
</source>
  
 
== Customization 2 ==
 
== Customization 2 ==

Revision as of 03:23, 28 March 2012

{{{1}}} does this.

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

Do that.

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