aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/GNUmakefile
Commit message (Collapse)AuthorAgeFilesLines
* Clean up Emacs configGravatar Tom Willemse2020-05-091-33/+0
| | | | Everything’s moved to my emacs-config project
* Remove windows.mkGravatar Tom Willemse2019-04-031-4/+0
|
* Remove site-lispGravatar Tom Willemse2019-02-281-14/+1
| | | | Everything has been moved to other projects
* Remove reference to init/ everything has been moved to ↵Gravatar Tom Willemse2019-02-281-4/+1
| | | | emacs-config
* Reorganize loading codeGravatar Tom Willemse2018-07-201-1/+1
|
* Fix compilation of .el filesGravatar Tom Willemse2018-06-191-3/+3
|
* Fix compilation on Windows, add install targetGravatar Tom Willemse2018-06-131-17/+19
| | | | | | | | | | 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.
* Add Windows-specific makefile settingsGravatar Tom Willemsen2018-06-071-2/+5
|
* Don't try to tangle .el filesGravatar Tom Willemsen2018-06-061-4/+1
|
* Extract all lisp code from the org documentGravatar Tom Willemse2018-06-051-3/+0
|
* Add cmake and cpp init files to MakefileGravatar Tom Willemse2018-05-071-1/+2
|
* Be sure to use bash as the shellGravatar Tom Willemse2018-02-071-0/+2
|
* Move gnus init to main org fileGravatar Tom Willemse2018-01-011-2/+2
|
* Add js2-mode configurationGravatar Tom Willemse2017-12-301-2/+3
|
* Move Org mode config to init.orgGravatar Tom Willemse2017-12-291-1/+4
|
* Make all intermediate files secondaryGravatar Tom Willemse2017-03-051-0/+2
| | | | | | | This way make won’t remove them after compilation is done. Normally this might be useful, but in the case of Emacs Lisp being generated from Org files, it’s really useful to have the original lisp files after compiling them to elc files.
* Add snippetsGravatar Tom Willemse2016-11-241-1/+16
|
* Move Circe config to separate fileGravatar Tom Willemse2016-11-041-0/+1
|
* Add slack configGravatar Tom Willemse2016-11-031-0/+3
|
* Fix Emacs makefileGravatar Tom Willemse2016-10-201-1/+1
|
* Add the site lisp dir to load path for compilationGravatar Tom Willemse2016-10-191-0/+1
|
* Compile site lisps before main initGravatar Tom Willemse2016-10-191-1/+1
| | | | | | | This stops Emacs complaining that some file is newer when the main config depends on it. I don’t add a make dependency between them because init.el doesn’t need to be recompiled when normal elisp files are changed. Only when macros are involved.
* Add Dired configGravatar Tom Willemse2016-10-131-1/+2
|
* Add js-mode configurationGravatar Tom Willemse2016-10-101-1/+1
|
* Add color to the MakefileGravatar Tom Willemse2016-09-181-2/+4
|
* Add MPD configGravatar Tom Willemse2016-09-081-5/+2
|
* Add jabber.el configGravatar Tom Willemse2016-09-071-2/+15
|
* Add Makefile for Emacs configGravatar Tom Willemse2016-08-051-0/+12