aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Start moving away from Org modeGravatar Tom Willemse2018-05-286-3/+287
|
* Enable electric indent mode in C++ modeGravatar Tom Willemse2018-05-081-0/+6
|
* Add cmake and cpp init files to MakefileGravatar Tom Willemse2018-05-071-1/+2
|
* Add C++ configurationGravatar Tom Willemse2018-05-061-0/+33
|
* Add CMake configurationGravatar Tom Willemse2018-05-061-0/+27
|
* Enable Fill Column Indicator in JS2 modeGravatar Tom Willemse2018-05-061-0/+7
|
* Add grep file aliases for JS and CSS filesGravatar Tom Willemse2018-02-071-0/+14
|
* Be sure to use bash as the shellGravatar Tom Willemse2018-02-071-0/+2
|
* Enable company mode in JavaScriptGravatar Tom Willemse2018-02-071-0/+6
|
* Add some js2 and html mode configGravatar Tom Willemse2018-02-071-1/+16
|
* Disable fuzzy matching in ivyGravatar Tom Willemse2018-02-061-7/+0
|
* Change the indentation for JavaScriptGravatar Tom Willemse2018-02-061-0/+6
|
* Fix diff-hl for PerforceGravatar Tom Willemse2018-02-061-0/+12
|
* Add yarn.lock as a projectile root fileGravatar Tom Willemse2018-02-061-0/+6
|
* Remove unnecessary autoloadGravatar Tom Willemse2018-01-011-7/+0
|
* Move gnus init to main org fileGravatar Tom Willemse2018-01-014-153/+133
|
* Enable subword mode in js2 modeGravatar Tom Willemse2017-12-311-0/+7
|
* Fix keybinding for Multiple CursorsGravatar Tom Willemse2017-12-311-1/+1
|
* Add Embrace keybindingGravatar Tom Willemse2017-12-311-0/+10
|
* Move global keybindings to correct sectionGravatar Tom Willemse2017-12-311-26/+24
|
* Add Expand Region keybindingGravatar Tom Willemse2017-12-311-0/+9
|
* Ignore all .el files in init/Gravatar Tom Willemse2017-12-301-0/+1
|
* Add js2-mode configurationGravatar Tom Willemse2017-12-302-2/+41
|
* Properly use ~code~ and =verbatim=Gravatar Tom Willemse2017-12-291-8/+8
|
* Move Org mode config to init.orgGravatar Tom Willemse2017-12-293-73/+52
|
* Add key macroGravatar Tom Willemse2017-12-291-13/+16
|
* Add lisp-mode configGravatar Tom Willemse2017-12-291-0/+20
|
* Add rainbow delimiters to clojure-modeGravatar Tom Willemse2017-12-291-0/+6
|
* Add SLIME configGravatar Tom Willemse2017-12-291-0/+15
|
* Enable show-paren modeGravatar Tom Willemse2017-12-291-0/+9
|
* Add SubFolders to MBSync conf modeGravatar Tom Willemse2017-11-131-9/+44
|
* Add C configGravatar Tom Willemse2017-11-131-0/+14
|