d564fbe757
fix(linting): change flycheck fringe indicator to a left-pointing arrow
...
As flycheck uses the right fringe to indicate warnings/errors, the
default rightward pointing arrow never made much sense. This replaces it
with a custom leftward facing double-arrow so it actually points back at
the code in question.
2021-04-02 10:37:57 +01:00
efecb5172c
chore(startup): Make various modules more lazy-loaded
...
This should improve startup speed a little bit.
2020-03-15 02:44:46 +00:00
2c2e3dcb88
chore: Fix various missing require statements
2020-01-26 21:46:17 +00:00
57f670088d
Use use-package's :custom and :custom-face options everywhere
2019-06-10 19:29:58 +01:00
92796f61a4
Add basic rubocop compilation commands for ruby-mode
...
And remove old and very hacked together rubocop auto-correct on save module.
2018-05-21 01:44:52 +01:00
87a86191db
Majorly re-organize modules
...
- Split large modules into smaller parts (e.g. siren-text-manipulation)
- Organize modules into high level groups:
- completion
- core
- editor
- languages
- linting
- misc
- navigation
- projects
- spelling
- text-editing
- version-control
- windows
- workspaces
2018-05-20 17:31:11 +01:00