Commit graph

19 commits

Author SHA1 Message Date
3e303fe70f Extract all lisp code from the org document 2018-06-05 08:36:53 -07:00
0cd94161b1 Add cmake and cpp init files to Makefile 2018-05-07 00:04:45 -07:00
e835c42446 Be sure to use bash as the shell 2018-02-07 11:08:53 -08:00
a850175555 Move gnus init to main org file 2018-01-01 16:49:54 -08:00
897a674f32 Add js2-mode configuration 2017-12-30 23:02:38 -08:00
fdb5495db2 Move Org mode config to init.org 2017-12-29 10:54:00 -08:00
4d01c6d8bf Make all intermediate files secondary
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.
2017-03-05 22:10:40 -08:00
7a5cc50bb3 Add snippets 2016-11-24 21:41:10 +01:00
35f1229aa3 Move Circe config to separate file 2016-11-04 14:31:09 +01:00
c9dae43d21 Add slack config 2016-11-03 15:25:10 +01:00
4419f5a115 Fix Emacs makefile 2016-10-20 16:18:26 +02:00
b2e36aaad5 Add the site lisp dir to load path for compilation 2016-10-19 21:02:33 +02:00
7f5546870c Compile site lisps before main init
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.
2016-10-19 21:01:01 +02:00
c86529b561 Add Dired config 2016-10-13 00:16:32 +02:00
e6f86a4521 Add js-mode configuration 2016-10-10 22:28:55 +02:00
99052b606c Add color to the Makefile 2016-09-18 00:04:54 +02:00
06239aa7d7 Add MPD config 2016-09-08 02:10:01 +02:00
d153d12869 Add jabber.el config 2016-09-07 14:31:14 +02:00
dbc0aabdc1 Add Makefile for Emacs config 2016-08-05 01:42:39 +02:00