Commit graph

530 commits

Author SHA1 Message Date
5d5a506f35 Allow zsh to copy/paste to clipboard 2016-10-21 14:51:21 +02:00
20ce605e17 Add bgnotify zsh plugin 2016-10-21 14:41:21 +02:00
bf5fac97ae Don’t show empty tags, discard junk 2016-10-21 14:28:55 +02:00
c91a3efa4e Add rainbow mode to css mode 2016-10-20 16:18:39 +02:00
4419f5a115 Fix Emacs makefile 2016-10-20 16:18:26 +02:00
becfce36ff Add zsh-syntax-highlighting and zsh-autosuggestions 2016-10-20 14:56:29 +02:00
569bfe9c5b Ignore jedi’s python environments 2016-10-19 22:54:17 +02:00
c4509dda3e Ingore some directories in projectile 2016-10-19 22:53:30 +02:00
0c2517f9f9 Enable company-mode in CSS mode 2016-10-19 22:53:07 +02:00
515d8ee715 Change Gnus group buffer line format 2016-10-19 22:52:51 +02:00
6416e444df Add zsh unxip function 2016-10-19 22:52:36 +02:00
4a6a1e3629 Move zsh config to org 2016-10-19 22:52:25 +02:00
e3d8ff0e9a Fix load_path 2016-10-19 22:51:07 +02:00
def20784b8 Make some scripts executable 2016-10-19 21:04:45 +02:00
5a665e317c Move Gnus config to separate file 2016-10-19 21:04:23 +02:00
a0b9627c7f Add a helpers library
This way different modules can use it without getting weird circular
dependencies.
2016-10-19 21:03:08 +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
b49b0f4ec5 Fix typo 2016-10-19 21:00:03 +02:00
83dff80d0b Add mowedline config 2016-10-19 11:46:20 +02:00
10dc203ace Ignore .dir-locals files using stow-home 2016-10-19 11:28:51 +02:00
2771095b2b Add trayer to herbstluftwm startup 2016-10-19 11:28:22 +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
b05b4ad6e9 Add an alias for the duckduck webjump 2016-10-16 22:33:06 +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
299f0eff80 Change herbstluftwm border color 2016-10-10 22:14:13 +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
bea7b141b7 Fix typo 2016-10-09 00:07:28 +02:00
afcab09f79 Add README.org 2016-10-09 00:06:19 +02:00
811e0207d0 Move ZSH config to org-mode 2016-10-09 00:02:50 +02:00
b96e761e95 Add Composer binaries to PATH 2016-10-08 23:19:58 +02:00
17a46ab5d0 Update herbstluftwm style 2016-10-08 23:09:13 +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