Commit Graph

32 Commits

Author SHA1 Message Date
8483dcb492 Add toggle-quotes package 2017-05-04 09:13:59 +01:00
9e09ecc87d Add siren-plantuml module 2017-04-12 23:49:49 +01:00
d2f2363d1f Add module for evil mode 2017-04-12 09:30:39 +01:00
03577b0c5b Add customizations for org-mode 2017-04-10 10:41:10 +01:00
45713123f6 Add package-lint and flycheck-package 2017-02-01 22:28:29 +00:00
bede36c2a6 Disable zone-mode, it's annoying :P 2017-01-16 14:42:56 +00:00
eca73530b2 Enable zone-mode after 2 minutes idle 2017-01-16 12:22:03 +00:00
202040061d Enable editorconfig 2017-01-16 10:36:49 +00:00
96bbd2147e Add basic module for editorconfig, and leave it disabled for now 2017-01-12 12:12:02 +00:00
700ead27f3 Add edit-server module for editing text from Chrome 2017-01-12 12:02:07 +00:00
03e7f9cc6f Add direx and disable project-explorer 2016-12-13 02:39:46 +00:00
916964173e Redo environment variable setup
Rely on system PATH and other environment variables, using
exec-path-from-shell package on OSX to ensure shell variables are
imported correctly.
2016-07-06 22:28:57 +01:00
a845117b8c Add siren-conf to customize conf-mode 2016-05-31 12:48:52 +01:00
d21e2a3e97 Add dockerfile-mode 2016-05-23 15:22:17 +01:00
b2dc02626a Disable swiper for now 2016-05-23 15:21:42 +01:00
88fdf32074 Add swiper for C-s searches instead of phi-search 2016-05-04 13:24:01 +01:00
1d7478c0fd Move code folding stuff into a module 2016-05-04 13:22:53 +01:00
38f256bbb1 Add web-mode and make jsx files open with it 2016-03-01 08:54:03 +00:00
00f2023cb7 Minor tweaks and fixes 2016-03-01 08:52:35 +00:00
900bc07587 Add yaml-mode 2016-01-31 19:29:18 +00:00
7d5612c87c Minor tweaks and cleanup to the code 2016-01-31 10:49:06 +00:00
958bcbadaf Make transparency a core part of Siren 2016-01-31 10:45:11 +00:00
e71ed5fc4e Change header/footer comment of all files to make elisp happy 2016-01-31 10:39:26 +00:00
b4132e5019 Add js and json modules 2016-01-30 12:02:20 +00:00
8a9bc68ed8 Fix typos 2016-01-18 08:44:35 +00:00
33e84282c9 Minor cleanup 2015-11-27 19:07:43 +00:00
94552aafd1 Add linum-relative module
It doesn't activate by default, but it's available for when I want it.
2015-11-27 12:13:18 +00:00
80e55c08f9 Add support for Lua and Apache Thrift 2015-11-27 12:13:17 +00:00
c899eebaf0 Switch to using built-in ruby-mode 2015-11-27 12:13:17 +00:00
3a4f458c7b Switch from ruby-mode to enh-ruby-mode 2015-10-04 12:01:14 +01:00
28e2d19c1b Use company instead of auto-complete
And some other semi-related tweaks
2015-10-04 12:00:07 +01: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