Commit Graph

19 Commits

Author SHA1 Message Date
a32cf8b132 Big refactor of modules and their use of use-package
- Make use of use-package's :bind option whenever possible.
- Make use of use-package's :hook option whenever possible.
- Rename and move all mode setup functions into use-package's :init
  step.
- Other minor misc fixes and tweaks to a few modules.
2018-04-20 10:29:45 +01:00
1183480906 Advice helm to automatically hide and show neotree 2018-02-27 00:34:45 +00:00
ad1afe892b Add helm tooks to avoid some issues with popwin 2018-02-27 00:33:18 +00:00
9cce78cbc9 Add siren-helm-- prefix to custom helm functions 2018-02-27 00:32:12 +00:00
f668167f31 Update and tweak helm and helm-projectile config 2017-12-17 14:06:54 +00:00
3c3b6bab04 Break apart siren-helm module into individual files 2017-12-17 03:18:48 +00:00
18eb763678 Update helm-ag and helm-projectile keybindings 2017-12-17 01:23:20 +00:00
9dd501e51f Update various modules with better use-package definitions 2017-10-04 15:33:59 +01:00
74629e1221 Use the use-package package to improve startup speed by lazy-loading packages 2017-08-03 00:02:29 +01:00
b4e0ca71dd Update helm setup 2017-07-25 16:43:54 +01:00
a6377f7a67 Various updates and additions 2017-07-25 11:43:05 +01:00
d3aefdff2f Customize helm-gtags package 2017-07-20 15:09:34 +01:00
789367d8da Update siren-helm and siren-markdown modules 2017-04-07 16:53:48 +01:00
c0d90087ad Tweak helm-swoop usage 2016-12-13 02:53:44 +00:00
bcc1725df9 Update helm setup 2016-12-06 12:47:22 +00:00
924664b0d7 Add helm-ag package 2016-12-02 15:18:01 +00:00
da20f4e8a8 Minor tweaks 2016-03-29 13:37:28 +01:00
e71ed5fc4e Change header/footer comment of all files to make elisp happy 2016-01-31 10:39:26 +00:00
c791150a06 Add rewritten config, dubbed emacs-siren
I've taken a lot of inspiration from Emacs-Prelude when it came to the
structure of this rewritten config. I didn't want to use Prelude as I
don't agree with all it's defaults, nor do I want to have to deal with
any future changes in Prelude that might break things for me. So instead
I went down the fully custom path, but heavily inspired by Prelude, both
in terms of file/code structure, and also some of it's features.

Compared to my old config setup, it's got most of the same things, but
nearly everything is in a module file now, making it easy to fully
enable/disable certain features.
2015-10-04 08:56:07 +01:00