MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 10 as of 2014-01-02 09:23:20
  • Emacs

Emacs

GNU Emacs is an extensible, customizable text editor

Keyboard shortcuts

Command

Shortcut

Open file

Ctrl+x Ctrl+f

Select

Shift + cursor keys

Select

Ctrl+space and cursor keys

Copy

Alt+w

Cut

Ctrl+w

Paste

Ctrl+y

Save

Ctrl+x Ctrl+s

Previous buffer

Ctrl+x left cursor

Next buffer

Ctrl+x right cursor

Quit

Ctrl+x Ctrl+c

Zenburn

https://github.com/bbatsov/zenburn-emacs

Download zenburn-theme.el to the directory ~/.emacs.d/themes/.

zenburn-theme.el

Add this to your .emacs:

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
  • cd /tmp
  • git clone https://github.com/bbatsov/zenburn-emacs.git

  • cd zenburn-emacs
  • mkdir -p ~/.emacs.d/themes/
  • cp zenburn-theme.el ~/.emacs.d/themes/
  • echo "(add-to-list 'custom-theme-load-path \"~/.emacs.d/themes/\")" >> ~/.emacs

  • echo "(load-theme 'zenburn)" >> ~/.emacs

CSharp mode

http://code.google.com/p/csharpmode/downloads/detail?name=csharp-mode-0.8.5.el&can=2&q=

  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01