I am looking for someone who can help me customize my Emacs config.
I already have slightly customized ~/.emacs with some of my settings, package installation at startup etc. I use Emacs mostly for orgmode, and have ErgoEmacs activated (it's not easy when you used Windows for so long!
). Not an Emacs master myself, I'm looking for following tweaks.
- In orgmode, when you press <tab> to cycle through the file structure, it goes through 3 states: 1 - open children of current element, 2 - open all elements under current element, 3 - close it all back. I'd like to remove state 2 - so it would only open and close direct children.
- Again, in orgmode when I'm cycling and the children of an element have many lines, emacs moves me few lines down to make it all visible. I'd like to remove that "jump"
- I use org-mouse.el to be able to sometimes cycle through the orgmode structure using the mouse. It makes the asterisks on the left of element clickable. I'd like to change that so the whole line, including asterisks, name of the element and the white space to the right would be clickable.
- I seems like cycling through org-mouse is slowed down by some timeouts before next cycling so I can't quickly click 3 times to open, open-all and close, like I would do by pressing <tab> 3 times quickly. I would like to remove these timeouts, so it's as instant by mouse as using keyboard.
- I would like emacs to autostart with three opened buffers (org files). I already have one done by "initial-buffer-choice". I use tabbar-mode and they should be visible on there (it should just work when all opened files are org files, but I'm mentioning that just in case).
- I would like to do some color changes, so I would like few simple config settings that should work in orgmode (I don't really need it to work outside of org). I would like to set the one text color (same for all org structure levels - just except BEGIN_SRC) and a background color.
Solutions shouldn't require to modify any of the packages, I should be able to just add them to my ~/.emacs or ~/.emacs.d or in some other clean way. Feel free to ask any questions. I would be happy to know ball-park how much would guys you charge for this.