not having a complicated .vimrc file > not having a complicated .emacs file
Name:
Anonymous2013-05-28 8:43
I don't complicate my .emacs file, I divide my configuration into two other files and call them from .emacs.
Name:
Anonymous2013-05-28 8:53
Yes, everything is greater than not having a complicated .emacs file
Name:
Anonymous2013-05-28 9:11
Most of my .emacs file consist of setting up Slime and configuring Emacs to work like MS Visual Studio. I.e. so that F5 would compile and run the crap
Name:
Anonymous2013-05-28 9:16
>>5
I.e. it has totally useless lines, because Emacs doesn't know it should use utf8 on MacOSX and that TAB is always 4 spaces
(setq locale-coding-system 'utf-8)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-selection-coding-system 'utf-8)
(prefer-coding-system 'utf-8)
I don't have a ``.emacs file'', it is akin to implying something about my ``.linux file''. If you are speaking about my ``~/.emacs'', it is just a bunch of includes (over 50 includes actually) of other ELisp files and libraries, about 15 of them are my own work. So yes, I do have a complicated .emacs file, but no girlfriend. I would get rid of my emacs setup if only it got me a 9/10 or 10/10 girlfriend, and I mean a 3D one.