Difference between revisions of "Emacs Prelude"

From WikEmacs
Jump to navigation Jump to search
m (Reverted edits by 188.143.232.12 (talk) to last revision by Bozhidar)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Package
+
#REDIRECT [[Prelude]]
|name=Emacs Prelude
 
|description=Advanced Emacs config
 
|maintainer=Bozhidar Batsov
 
|source=https://github.com/bbatsov/emacs-prelude
 
}}
 
 
 
'''Emacs Prelude''' has the goal to ease the initial Emacs setup process and to provide you with a much more powerful and productive experience than that you get out of the box. By using Emacs Prelude you're basically getting a "Get me out of the Prelude, I just want to use Emacs" card.
 
 
 
Emacs Prelude is compatible ONLY with GNU Emacs 24. While Emacs 24 is not yet officially released it's a rock solid piece of software more than suitable for everyday work. There is no good excuse not to use Emacs 24!
 
 
 
= Basic setup =
 
 
 
Assuming you're using an Unix-like OS (*BSD, GNU/Linux, OS X, Solaris, etc), you already have Emacs 24 installed, as well as git & curl you can skip the whole manual and just type in your favorite shell the following command:
 
 
 
<syntaxhighlight lang="bash">
 
curl -L https://github.com/bbatsov/emacs-prelude/raw/master/utils/installer.sh | sh
 
</syntaxhighlight>
 
 
 
You can now power up your Emacs, sit back and enjoy Prelude.
 
 
 
= Helpful keybindings =
 
 
 
; {{Keys|C-c f}}
 
: Find a recently accessed file.
 
 
 
; {{Keys|C-c r}}
 
: Rename file and buffer.
 
 
 
<!------------------------------------------------------------------------->
 
= Common Customization =
 
<!-- Customization common to all platforms goes here -->
 
 
 
You can tweak Prelude's config by adding '''.el''' files under the
 
'''personal''' directory.
 
 
 
== Change the default theme  ==
 
 
 
Emacs Prelude uses the Zenburn theme by default, but you can easily
 
change this:
 
 
 
<syntaxhighlight lang="lisp">
 
(load-theme 'solarized-dark t)
 
</syntaxhighlight>
 
 
 
<!------------------------------------------------------------------------->
 
 
 
= [[GNU/Linux]] =
 
<!-- Customization/Notes specific to GNU/Linux goes here -->
 
 
 
 
 
<!------------------------------------------------------------------------->
 
 
 
= [[OS X]] =
 
<!-- Customization/Notes specific to OS X goes here -->
 
 
 
 
 
<!------------------------------------------------------------------------->
 
 
 
= [[Windows]] =
 
<!-- Customization/Notes specific to Windows goes here -->
 
 
 
 
 
= Recommended Reading =
 
<!-- Only internal links. DO NOT insert EXTERNAL LINKS -->
 
* [[Internal Link1]]
 
* [[Internal Link2]]
 
 
 
<!------------------------------------------------------------------------->
 
 
 
= Project Pages =
 
* [http://github.com/bbatsov/emacs-prelude GitHub]
 
 
 
<!------------------------------------------------------------------------->
 
 
 
= Tutorial Pages =
 
 
 
<!------------------------------------------------------------------------->
 
<!-- Add categories based on user-level (beginner etc), user-role (programming, emacs contributor etc), platform (windows, linux etc) or work flow (text editing, document authoring etc)  -->
 
 
 
[[Category:Beginner]][[Category:Starter Kit]]
 

Latest revision as of 19:41, 24 June 2012

Redirect to: