Search code examples
pythonemacsemacs23

Tips, Tricks, Shortcuts for using EnigmaCurry's Emacs configuration


I just stated using emacs and wanted to find a good configuration for python programming. I choose the EnigmaCurry emacs configuration which is very extensive. There are a lot of ".el" files.

The problem with this configuration is the lack of documentation on how to use the various tools. Without knowledge of emacs-lisp I feel a little in the dark as to the full capability of this configuration.

So if anyone has Tips, Tricks, or Shortcuts in EnigmaCurry's configuration I would love to hear them.


Solution

  • People generally don't document their personal configuration that much, especially because they are generally aware what is what. The Emacs Starter Kit is targeting newbie Emacs users and has better documentation than average.

    It might seem a bit self-promoting, but I encourage you to take a look at my personal config as well, since I happen to monitor a lot of Emacs channels and use a lot of innovative stuff. My configuration is also highly modular and has more comments than most.

    That said I'd recommend you if find something in anyone's config you can't understand to just look up the library to which the configuration relates in EmacsWiki and drop by in #emacs irc channel on freenode and ask for help. The community there is great!