Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where I can find the most popular Emacs settings?

While it is fun to customize, the Emacs has 100s of mode and there is lots of customization. I like to find popular choices, so it makes my life easier and I can spend time productively. It could be about hooks, registers, buffers, keybindings,bookmarks etc..

If such a thing does not exist, I am still happy to customize in my way.

like image 281
aartist Avatar asked Aug 11 '11 14:08

aartist


People also ask

How do I configure Emacs?

The two most useful functions in Emacs when you're learning how to configure it are: describe-variable ( C-h v / Ctrl+H then V) - Shows documentation for any variable in Emacs. describe-function ( C-h f / Ctrl+H then F) - Shows documentation for any function in Emacs.


2 Answers

Have a look at the Emacs Prelude.

like image 122
Bozhidar Batsov Avatar answered Oct 19 '22 17:10

Bozhidar Batsov


A very popular compilation of popular default settings is the Emacs Starter Kit, originally developed by Phil Hagelberg, then by Eric Schulte and finally updated for emacs-24. It mentions:

The main advantage of this Emacs Starter Kit are

  • better default settings
  • inclusion of many useful libraries and configurations
  • "literate" customization embedded in Org-mode files
  • an organizational directory structure
  • git provides for version control, backup, and sharing

Then there are some specialized extensions of it:

  • the starter kit for social sciences
  • the emacs kicker
  • the emacs expert kick

For most popular "aha" settings, the Emacs NiftyTricks page from the emacs wiki has already been linked to in another question.

like image 12
Francois G Avatar answered Oct 19 '22 16:10

Francois G