senny / cabbage

get the maximum out of emacs
http://senny.github.com/cabbage/
156 stars 21 forks source link

cabbage project setup file #185

Closed tonini closed 11 years ago

tonini commented 11 years ago

Hi

What do you guys think about a .cabbage file which would be loaded after running cabbage-project-ido-find-project within the project path? Just an idea, but It's really handy for me so far.

I use something like this temporary: https://gist.github.com/tonini/5348282

cheers

tonini commented 11 years ago

/cc @senny @jone

senny commented 11 years ago

I got a few questions:

tonini commented 11 years ago

As you can see, there are no concrete thought at the moment, just some ideas. Maybe they will initiate some discussions. :thought_balloon:

senny commented 11 years ago

You would need to elaborate on my first question:

What kind of configurations do you intend to put in that file?

"plain emacs lisp" is a bit to general as it referes to a programming language :smile: I'd like to know what you do specifically. (eg. setting variables, declaring functions, changing behavior, etc...) Also if you can share some examples that would be great.

The Idea of having a project file is around for some time. However, as my questions suggest it is not that easy to implement as there are so many special cases that break the behavior.

This discussion is directly related to #113 and I don't think we should keep two issues around. That's why I'm closing this one. It would be great if you can attach your ideas and examples to #113.