Help:Editing

From WikEmacs
Revision as of 11:49, 1 April 2012 by Kindahero (talk | contribs)
Jump to navigation Jump to search

This website Uses "Mediawiki" mark up.


Templates

To make this website consistent across the pages number are templates are written. They also make editing articles easy. Learn about them and use them where ever possible. you can also make your own templates if necessary from them.

The following list of templates are commonly used:

What it looks like What you type
Major Modes (`(info "(emacs) Major Modes")')
{{Manual|emacs|Major-Modes|Major Modes}}
[C-x C-f] (or M-x find-file)
{{CommandKeys|C-x C-f|find-file}}
[C-x C-c]
{{Keys|C-x C-c}}
[C-x f]
{{Keys|C-x f|set-fill-column}}
M-x find-file
{{Command|find-file}}
M-x customize-variable RET c-default-style
{{CustomizeVariable|c-default-style}}
(global-set-key (kbd "C-c c") 'org-capture)
{{Snippet|(global-set-key (kbd "C-c c") 'org-capture)}}
Template:Dirname
{{Dirname|~/.emacs.d}}
init.el
{{Filename|init.el}}

Help:Contents