Commit graph

108 commits

Author SHA1 Message Date
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
29a89c07ec Enable electric pairing in (S)CSS buffers 2016-10-17 03:36:54 +02:00
5fdb1c55b8 Ignore compiled zsh functions in counsel 2016-10-17 03:32:33 +02:00
36c8b991ee Make sure init files have unique names 2016-10-16 22:32:32 +02:00
01a358e831 Fix byte compiler warnings 2016-10-14 01:27:26 +02:00
920bf82445 Make dired open PDF and image files in proper programs 2016-10-14 01:23:36 +02:00
5d64560cec Add Ediff configuration 2016-10-14 01:16:24 +02:00
4813d15f0e Enable company mode in PHP mode 2016-10-14 00:58:15 +02:00
d49cf1d7ff Force requiring final newline in PHP mode 2016-10-14 00:58:05 +02:00
216ee6c68f Add shell script mode config 2016-10-14 00:57:27 +02:00
5bdf8469ea Add php mode config 2016-10-13 14:50:22 +02:00
5c62bdc850 Show magit-status in full-frame 2016-10-13 02:07:51 +02:00
0e22612302 Move magit config to separate file 2016-10-13 02:07:15 +02:00
c86529b561 Add Dired config 2016-10-13 00:16:32 +02:00
781e1f8c10 Fix setting known projects file for projectile 2016-10-11 12:49:45 +02:00
d435aab482 Turn on electric indent mode in js-mode buffers 2016-10-10 22:32:04 +02:00
e6f86a4521 Add js-mode configuration 2016-10-10 22:28:55 +02:00
7bf363a46a Change default cursor type 2016-10-10 22:17:19 +02:00
96a6aeaf02 Shorten flycheck mode line lighter 2016-10-10 22:14:04 +02:00
cfdefc4a8b Stop using the ensure-library macro
There are simpler ways to achieve the same thing.
2016-10-10 13:48:00 +02:00
154eb950f9 Use electric pair instead of paredit in minibuffer
Paredit mode is too aggressive with it’s keybindings, I did not realize
that this would also be used by ivy and the like. Using paredit in ivy
overwrites some important keybindings such as C-j.
2016-10-08 23:02:55 +02:00
d2646d4d6d Hide project name when not in a project 2016-10-08 15:20:35 +02:00
ad5ca813da Use an icon to show server mode 2016-10-08 00:41:51 +02:00
117d14f169 Move projectile cache file 2016-10-08 00:16:00 +02:00
b7f46bc74d Manually set default directory for jabber chats
Otherwise jabber chat buffers become part of whichever project is opened
when a message comes in and gets closed when the project is killed.
2016-10-08 00:11:43 +02:00
c3aac000c1 Enable paredit mode in minibuffer 2016-10-08 00:11:31 +02:00
406d88bdd0 Store known projectile projects in data dir 2016-10-07 17:26:41 +02:00
4a17117803 Fix jabber prompts 2016-10-07 17:20:44 +02:00
8c9fc57092 Add projectile configuration 2016-10-07 17:20:36 +02:00
e878b58967 Add automatic alignment rules for CSS and PHP code 2016-10-07 01:24:02 +02:00
6b7b0aec5f Enable electric-pair-local-mode in Makefiles 2016-10-07 00:27:44 +02:00
82f1a7b307 Use Conkeror to open URLs 2016-10-06 23:06:49 +02:00
c6f43c514b Add clojure and cider configuration 2016-09-28 00:01:26 +02:00
3f49c2d1b6 Enable electric indent mode in CSS buffers 2016-09-27 02:42:24 +02:00
a15f8764f5 Fix typo 2016-09-27 02:42:17 +02:00
dbd8338ae5 Have counsel ignore dotfiles 2016-09-27 02:41:55 +02:00
eb7b02d438 Diminish isearch-mode 2016-09-19 17:05:03 +02:00
5a31a640f5 Show tabs in Makefiles 2016-09-19 14:35:04 +02:00
66e3965549 Add web-mode config 2016-09-19 14:03:46 +02:00
ddac0d5a84 Fix diminishing auto-revert-mode 2016-09-19 12:58:38 +02:00
7653d5f381 Fix diminishing paredit 2016-09-19 12:56:00 +02:00
96d45ce3b8 Fix enabling paredit in ielm 2016-09-19 12:53:39 +02:00
bbf41d0c32 Diminish paredit 2016-09-19 12:53:32 +02:00
40e71781db Hide the output of refreshing packages 2016-09-19 12:53:05 +02:00
ddf26ede7e Fix hydras
Without the ‘require’ an error is signaled about a function not being
defined.
2016-09-19 12:52:07 +02:00
66f6ce7309 Simplify Circe server messages 2016-09-18 00:11:20 +02:00
2fb6235807 Increase Emacs font size 2016-09-18 00:11:01 +02:00
8dfddec954 Add magit hydra 2016-09-18 00:10:48 +02:00
99052b606c Add color to the Makefile 2016-09-18 00:04:54 +02:00
c5de9ef379 Add a hydra for Org mode 2016-09-18 00:04:35 +02:00