aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
Commit message (Collapse)AuthorAgeFilesLines
...
* Load align config when necessaryGravatar Tom Willemse2018-07-091-0/+1
|
* Add shackle configurationGravatar Tom Willemse2018-07-092-0/+35
|
* Remove duplicated alignment rulesGravatar Tom Willemse2018-07-091-45/+0
|
* Add js2-refactor keybindingsGravatar Tom Willemse2018-07-091-0/+3
|
* Require ivy-hydraGravatar Tom Willemse2018-07-091-0/+1
|
* Add more company mode configGravatar Tom Willemse2018-07-091-0/+71
|
* Add extra PHP alignment ruleGravatar Tom Willemse2018-07-091-1/+17
|
* Add docstring to p4 functionGravatar Tom Willemse2018-07-091-0/+3
|
* Use ibufferGravatar Tom Willemse2018-07-091-0/+1
|
* Add css-mode hydraGravatar Tom Willemse2018-07-091-2/+6
|
* Add php-mode hydraGravatar Tom Willemse2018-07-092-2/+10
|
* Add commands to org-mode hydraGravatar Tom Willemse2018-07-091-1/+3
|
* Add autoloads file to all lisps for WindowsGravatar Tom Willemse2018-07-091-1/+1
|
* Fix whitespace-tabs-only-mode warningGravatar Tom Willemse2018-07-092-6/+3
|
* Move web-mode configuration to separate fileGravatar Tom Willemse2018-07-094-14/+68
|
* Add Ruby configurationGravatar Tom Willemse2018-07-092-8/+31
|
* Add some PHP mode configurationGravatar Tom Willemse2018-07-091-7/+40
|
* Move python config to separate fileGravatar Tom Willemse2018-07-092-8/+37
|
* Add some js2-mode configurationGravatar Tom Willemse2018-07-091-5/+40
|
* Move Scheme configuration out of Org-modeGravatar Tom Willemse2018-07-092-21/+35
|
* Move Elisp configuration out of Org-modeGravatar Tom Willemse2018-07-092-38/+35
|
* Move CSS configuration out of Org-modeGravatar Tom Willemse2018-07-092-88/+80
|
* Remove Windows-specific compilation settingsGravatar Tom Willemse2018-07-091-9/+6
| | | | These are now included in my global configuration.
* Move compilation configuration to separate fileGravatar Tom Willemse2018-07-092-41/+72
| | | | Also add functions from my Windows configuration.
* Add alert and compilation notification configurationGravatar Tom Willemse2018-06-271-1/+16
|
* Update Windows configurationGravatar Tom Willemse2018-06-271-69/+71
|
* Add grep aliases for php filesGravatar Tom Willemse2018-06-271-1/+1
|
* Add referenced whitespace-modeGravatar Tom Willemse2018-06-271-2/+7
|
* Set the magit git executable in windowsGravatar Tom Willemse2018-06-191-1/+8
|
* 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-192-1/+66
|
* Fix compilation of .el filesGravatar Tom Willemse2018-06-191-3/+3
|
* Stop using Org for PHP configGravatar Tom Willemse2018-06-192-51/+19
|
* 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
|
* Fix compilation on Windows, add install targetGravatar Tom Willemse2018-06-132-17/+36
| | | | | | | | | | Paths on Windows get confused since I use a strange combination of some 4 different GNU/Linux-like systems on Windows (cygwin, msys2, msys git, WSL). Since Windows doesn't support symlinks properly, I can't use GNU Stow to install my files. So for Windows I copy over all the necessary files.
* 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
|
* Add Windows-specific makefile settingsGravatar Tom Willemsen2018-06-072-2/+7
|
* Move jabber config to separate fileGravatar Tom Willemsen2018-06-072-49/+76
|
* Use actual compilation directory instead of PWDGravatar Tom Willemse2018-06-071-8/+11
|
* Enable fci-mode in emacs-lisp-modeGravatar Tom Willemse2018-06-071-0/+6
|
* Move flycheck settings to separate fileGravatar Tom Willemse2018-06-072-16/+41
|
* Move all lui settings to separate fileGravatar Tom Willemse2018-06-072-17/+15
|
* Move lui config to separate fileGravatar Tom Willemsen2018-06-062-7/+38
|
* 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.
* Don't try to tangle .el filesGravatar Tom Willemsen2018-06-061-4/+1
|
* Extract all lisp code from the org documentGravatar Tom Willemse2018-06-057-73/+498
|
* Move more from org-modeGravatar Tom Willemse2018-05-293-1/+65
|