summary refs log tree commit diff
path: root/emacs.d/inits/00_emacs.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] let's use `exec-path-from-shell`Franck Cuny2015-11-151-0/+5
| | | | | I'm giving another try to the GUI version of Emacs, and I need `exec-path-from-shell` to get all the required environment variables.
* [emacs] remove the exec-path-from-shell package.Franck Cuny2015-11-101-0/+5
| | | | Move the configuration to start the emacs server into a seperate file.
* [emacs] stop using the package 'exec-path-from-shell'Franck Cuny2015-11-061-4/+0
| | | | Since I only use emacs in text mode, I don't need this package.
* [emacs] load shell environmentFranck Cuny2015-09-171-0/+4
|
* [emacs] split config in different files.Franck Cuny2015-09-161-0/+20
Move the configuration for each language and major mode in it's own configuration file. Enable the theme "leuven" if run in windowed mode.