summary refs log tree commit diff
path: root/emacs.d/inits/00_emacs.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] rename the *emacs.el* file to *default.el*Franck Cuny2016-02-121-31/+0
| | | | | This file contains a bunch of defaults, so the new name makes more sense.
* [emacs] Import environment variable "GOPATH".Franck Cuny2016-01-031-1/+1
| | | | Having this variable imported helps flycheck.
* [emacs] Import TMPDIR from the environmentFranck Cuny2015-12-011-1/+2
| | | | | | This is needed so that the daemon create the socket in the correct location, and spawning a client from the shell does not start a new emacs daemon.
* [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.