Commit Graph

15 Commits

Author SHA1 Message Date
3d8961a031 Switch js-mode to use prettier-js instead of eslint for formatting 2018-05-10 14:53:14 +01:00
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
74629e1221 Use the use-package package to improve startup speed by lazy-loading packages 2017-08-03 00:02:29 +01:00
dcd776d8be Remove invalid before-save-hook 2017-07-21 16:20:22 +01:00
bf82f8c16b Replace standardfmt with eslintd-fix 2017-07-12 11:06:40 +01:00
36e6ec74e8 Fix siren-js module 2017-06-29 11:18:23 +01:00
36019b8389 Update js-mode to use standardfmt 2017-06-29 11:04:52 +01:00
c8e8e02c5f Switch to semi-standard format 2016-10-10 14:01:33 +01:00
5c63b959b6 Switch from js2-mode to js-mode 2016-06-21 21:09:05 +01:00
1d7478c0fd Move code folding stuff into a module 2016-05-04 13:22:53 +01:00
671c924716 Remove use of highlight-indentation-mode
It effects performance quite badly in large files with lots of
indentation levels. I still use
highlight-indentation-current-column-mode though as it doesn't have such
a bad impact on performance.
2016-04-04 09:24:03 +01:00
00f2023cb7 Minor tweaks and fixes 2016-03-01 08:52:35 +00:00
3eda4e2723 Move siren-helpers into siren-core 2016-01-31 10:49:06 +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