summary refs log tree commit diff
path: root/emacs.d/inits (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] stop using `diminish`.Franck Cuny2016-01-293-9/+0
|
* [emacs] slightly smaller font.Franck Cuny2016-01-191-1/+1
|
* [emacs] Fix a couple of bindings for helm.Franck Cuny2016-01-191-0/+2
|
* [emacs] some small changes to the UI.Franck Cuny2016-01-131-13/+10
| | | | | Bigger font, and a few changes to the mode line (drop the time/date; remove the function name, etc.).
* [emacs] remove a few config files.Franck Cuny2016-01-122-11/+0
| | | | | Remove configuration for racket and scala. I don't have time to make them work correctly for now. I'll get back to them later if I need.
* [emacs] Import environment variable "GOPATH".Franck Cuny2016-01-031-1/+1
| | | | Having this variable imported helps flycheck.
* [emacs] gofmt on saveFranck Cuny2016-01-031-0/+1
| | | | Closes #8.
* [emacs] small UI updateFranck Cuny2015-12-291-7/+1
| | | | | Reduce the font size a little bit and drop plan9-theme (use the default instead).
* [emacs] add basic configuration for racket.Franck Cuny2015-12-291-0/+5
|
* [emacs] use a bigger font and plan9 as a themeFranck Cuny2015-12-101-4/+5
|
* [emacs] slightly bigger font.Franck Cuny2015-12-101-1/+1
|
* [emacs] Display time and date in status bar.Franck Cuny2015-12-091-0/+5
| | | | | When Emacs is running in full screen, I find it convenient to have the date and the time in the status bar, like in `tmux`.
* [emacs] Change the font to "Droid Sans Mono"Franck Cuny2015-12-091-1/+1
|
* [emacs] Add bindings for smart-parens.Franck Cuny2015-12-011-1/+24
| | | | This binding will help to navigate across expressions.
* [emacs] fix docstring for flycheckFranck Cuny2015-12-011-1/+1
|
* [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] add smart-mode-lineFranck Cuny2015-11-201-0/+8
|
* [emacs] add tooltips for flycheck.Franck Cuny2015-11-201-0/+8
|
* [emacs] enable flyspell again.Franck Cuny2015-11-191-9/+9
| | | | closes #11.
* [emacs] add company-mode for golang.Franck Cuny2015-11-181-5/+9
|
* [emacs] use leuven for the theme.Franck Cuny2015-11-181-1/+18
|
* [emacs] Add `helm`.Franck Cuny2015-11-151-0/+5
|
* [emacs] Add column number to mode-line.Franck Cuny2015-11-151-3/+2
|
* [emacs] Add function's name to mode-line.Franck Cuny2015-11-151-0/+4
|
* [emacs] enable `helm-projectile`.Franck Cuny2015-11-151-0/+5
| | | | Now that I'm using `helm`, let's also install `helm-projectile`.
* [emacs] let's see if magit works fine now.Franck Cuny2015-11-151-6/+7
|
* [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] rename the configuration file for go.Franck Cuny2015-11-151-0/+4
|
* [emacs] add company modeFranck Cuny2015-11-101-0/+6
|
* [emacs] remove configuration for windowed mode.Franck Cuny2015-11-101-10/+0
| | | | I only use emacs in a terminal.
* [emacs] remove the theme leuven.Franck Cuny2015-11-101-5/+0
|
* [emacs] remove the exec-path-from-shell package.Franck Cuny2015-11-102-4/+5
| | | | Move the configuration to start the emacs server into a seperate file.
* [emacs] disable magit and vcs mode.Franck Cuny2015-11-061-6/+7
| | | | When this modes are activated with source, everything is slooooww.
* [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.
* Delete emacs configuration for org-modeFranck Cuny2015-11-061-29/+0
|
* [emacs] load shell environmentFranck Cuny2015-09-171-0/+4
|
* [emacs] split config in different files.Franck Cuny2015-09-1618-0/+234
Move the configuration for each language and major mode in it's own configuration file. Enable the theme "leuven" if run in windowed mode.