aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Update cursor configurationGravatar Tom Willemse2018-07-091-0/+1
|
* Don't blink cursorGravatar Tom Willemse2018-07-091-0/+1
|
* Add yasnippet configurationGravatar Tom Willemse2018-07-091-0/+1
|
* Load align config when necessaryGravatar Tom Willemse2018-07-091-0/+1
|
* Add shackle configurationGravatar Tom Willemse2018-07-091-0/+1
|
* Remove duplicated alignment rulesGravatar Tom Willemse2018-07-091-45/+0
|
* Require ivy-hydraGravatar Tom Willemse2018-07-091-0/+1
|
* Add docstring to p4 functionGravatar Tom Willemse2018-07-091-0/+3
|
* Use ibufferGravatar Tom Willemse2018-07-091-0/+1
|
* Add php-mode hydraGravatar Tom Willemse2018-07-091-1/+1
|
* Move web-mode configuration to separate fileGravatar Tom Willemse2018-07-091-8/+1
|
* Add Ruby configurationGravatar Tom Willemse2018-07-091-8/+1
|
* Move python config to separate fileGravatar Tom Willemse2018-07-091-8/+3
|
* Add grep aliases for php filesGravatar Tom Willemse2018-06-271-1/+1
|
* Add referenced whitespace-modeGravatar Tom Willemse2018-06-271-2/+7
|
* Add mode specifications for .inc and .moduleGravatar Tom Willemse2018-06-191-0/+2
| | | | .inc are a commonly used PHP extension for included files. .module is the Drupal module file extension.
* Add windows-specific Emacs configGravatar Tom Willemse2018-06-191-1/+4
|
* Add mode specifications for jsx and blade templatesGravatar Tom Willemse2018-06-131-0/+2
|
* Group additions to `auto-mode-alist'Gravatar Tom Willemse2018-06-131-4/+2
|
* Don't raise an error if custom.el doesn't existGravatar Tom Willemse2018-06-131-1/+1
|
* Highlight the current line in the package listGravatar Tom Willemse2018-06-101-0/+2
|
* Move jabber config to separate fileGravatar Tom Willemsen2018-06-071-49/+1
|
* Use actual compilation directory instead of PWDGravatar Tom Willemse2018-06-071-8/+11
|
* Move flycheck settings to separate fileGravatar Tom Willemse2018-06-071-16/+0
|
* Move all lui settings to separate fileGravatar Tom Willemse2018-06-071-14/+0
|
* Move lui config to separate fileGravatar Tom Willemsen2018-06-061-7/+1
|
* Stop using SVG Modeline ThemesGravatar Tom Willemsen2018-06-061-9/+0
|
* Don't require everything to be set-up in .emacs.dGravatar Tom Willemsen2018-06-061-6/+6
| | | | | | | | | | | The first time (at least) when I compile I won't have anything available in ‘~/.emacs.d’, so load relative to the directory the compilation is happening in. On Windows it will likely always be the case that ‘~/.emacs.d’ is running behind the directory compilation is happening in, since it doesn’t support proper symbolic links, and will probably get a special ‘install’ target in the Makefile to copy all the compiled files over.
* Extract all lisp code from the org documentGravatar Tom Willemse2018-06-051-70/+407
|
* Move more from org-modeGravatar Tom Willemse2018-05-291-1/+3
|
* Start moving away from Org modeGravatar Tom Willemse2018-05-281-0/+151
|
* Convert Emacs config to literate org documentGravatar Tom Willemse2016-08-041-344/+0
|
* Add msmtprc modeGravatar Tom Willemse2016-08-021-0/+9
|
* Add basic Gnus configurationGravatar Tom Willemse2016-08-021-0/+35
|
* Add configuration for electric-indent-modeGravatar Tom Willemse2016-08-021-0/+19
|
* Fix some compiler warningsGravatar Tom Willemse2016-08-021-0/+1
|
* Use zerodark theme for EmacsGravatar Tom Willemse2016-08-021-5/+2
|
* Change bookmarks file locationGravatar Tom Willemse2016-07-261-0/+5
|
* Explicitly install flxGravatar Tom Willemse2016-07-261-0/+6
|
* Remove ido, replace with ivy and counselGravatar Tom Willemse2016-07-261-30/+16
|
* Enable ido-everywhereGravatar Tom Willemse2016-07-261-0/+3
|
* Add ido-flxGravatar Tom Willemse2016-07-261-0/+13
|
* Add ido-ubiquitousGravatar Tom Willemse2016-07-261-2/+8
|
* Add smexGravatar Tom Willemse2016-07-261-0/+10
|
* Enable idoGravatar Tom Willemse2016-07-261-0/+6
|
* Add electric-quote-local-mode to git-commit-modeGravatar Tom Willemse2016-07-251-0/+6
|
* Add scsh as a known interpreter for schemeGravatar Tom Willemse2016-07-251-0/+6
| | | | | | | This allows Emacs to enable “scheme-mode” automatically for files starting with something like: #!/usr/local/bin/scsh -s
* Replace ensure-package -> ensure-libraryGravatar Tom Willemse2016-07-251-2/+2
|
* Store customize settings in a separate fileGravatar Tom Willemse2016-07-251-0/+8
|
* Add major mode for .mbsyncrcGravatar Tom Willemse2016-07-251-0/+9
|