951a40346e
chore(packages): Disable packages I don't use
2020-02-04 10:08:41 +00:00
b13ca362cb
feat(packages): Replace package.el with straight.el
2020-02-04 10:08:37 +00:00
ee916bb347
chore(lang): Update web-mode setup for Emacs 27
...
With Emacs 27 we are using the new built-in
display-fill-column-indicator mode. It does not have issues with
web-mode like fci-mode from the fill-column-indicator package does.
2020-01-28 21:54:24 +00:00
d50ffee618
feat(lang): Format all the things (almost) with prettier
2020-01-28 21:51:01 +00:00
b5cb054403
feat(lang): Add support for TOML files via toml-mode package
2020-01-28 21:49:26 +00:00
1469865826
feat(lang): Add config for nxml-mode
2020-01-28 21:48:30 +00:00
d4ee9cc0ab
feat(lang): Format yaml files with prettier
2020-01-27 22:17:23 +00:00
6e79446a77
chore(completion): Make company-mode slightly less responsive
2020-01-27 17:48:42 +00:00
b257c7d206
feat(projects): Get treemacs working nicely with helm
...
And also better configured treemacs in general.
2020-01-27 03:55:12 +00:00
46dac06dd8
chore(lsp): Use lsp-mode in ruby-mode
2020-01-27 01:20:08 +00:00
a7201c1bd8
chore(completion): Make company-mode more responsive
2020-01-27 01:14:11 +00:00
464757740e
feat(editor): Support Emacs 27's native fill-column-indicator
2020-01-26 22:50:07 +00:00
a0a72bddc5
feat(editor): Add siren-display-fill-column wrapper module
...
This module wraps around the fill-column-indicator and it's
fci-mode. This will enable easy switch-over to Emacs 27's native
display-fill-column-indicator feature.
2020-01-26 22:09:01 +00:00
e65698ee5b
feat(lang): Add support for AppleScript
2020-01-26 21:50:12 +00:00
a7806d6dbb
chore(line-numbers): Remove linum related modules/packages
2020-01-26 21:47:58 +00:00
05e96b464c
chore(vendor): Update dired+ package
2020-01-26 21:46:39 +00:00
2c2e3dcb88
chore: Fix various missing require statements
2020-01-26 21:46:17 +00:00
abff344eb2
refactor(folding): Improve siren-folding module
...
- Add a siren-folding function which enables all folding-related modes,
and change other modules to use this new function.
2020-01-26 21:39:46 +00:00
392d769816
feat(line-numbers): Swap linum for built-in display-line-numbers
...
Also create a new siren-display-line-numbers module and function that's
responsible for turning on the display of line numbers. Future changes
to how line numbers are displayed can now be done in a single place.
2020-01-26 20:44:13 +00:00
290ba13b1c
chore: Improve loading of prog-mode features into non-prog-mode modes
...
There are a few major modes which are not based on prog-mode, that I
want to behave like prog-mode. Previously each did nearly all the same
setup that's done via the prog-mode hooks. Now instead let's actually
run runs the hooks for prog-mode.
2020-01-26 20:25:49 +00:00
e1d64b8d19
fix: File associations for gitconfig-mode and dockerfile-mode
2020-01-26 18:58:52 +00:00
8ed4a4e6f5
refactor: Visual indentation guides
...
- Switch from highlight-indentation package to highlight-indent-guides.
- Activate visual indentation in a prog-mode hook, rather than doing
within each individual major mode. It was already done within all
major modes based on prog-mode anyway.
- Add new siren-display-indetation module and function as a central way
to enable visual indetation guides. This makes switching the
underlying package at some point in the future much easier.
2020-01-26 18:53:44 +00:00
702d2989dd
Use smart-shift package for indenting and undenting
2019-12-10 15:22:42 +00:00
8afb1282b7
Disable which-key package
...
It seems to impact performance, and I rarely find it useful.
2019-12-10 15:21:47 +00:00
85688dbdfc
Add custom map and range snippets for go-mode
2019-12-09 11:29:04 +00:00
a6fd747e9a
Fix "meth" go-mode snippet
2019-12-09 11:28:33 +00:00
f22b24d20a
Update ruby-mode snippets
2019-12-06 13:28:03 +00:00
6c9716ca22
Some tweaks and improvements for org-mode
2019-12-06 13:14:11 +00:00
aedea7dc3a
Minor tweak to func and meth go-mode snippets
2019-12-06 13:14:11 +00:00
4e2caf188a
Do not treat files with "node" in their name as JavaScript files
2019-11-22 16:59:39 +00:00
83bb5002da
Update org-mode configuration
2019-11-22 16:55:53 +00:00
919300237c
Auto-update ido-completing-read+ blacklist
2019-11-18 13:10:51 +00:00
74bb673b40
Treat various tmux related files as shell files
2019-11-01 16:56:42 +00:00
54cf0b51f8
Refactor rspec-mode setup
2019-11-01 16:50:36 +00:00
358624f5aa
Stop using lsp-mode for Ruby
...
It's just way too slow to use with Ruby.
2019-11-01 16:50:36 +00:00
091325f824
Refactor recursive load-path setup
2019-10-25 20:05:35 +01:00
162b86f19b
Use paradox again, I miss it
2019-10-25 20:05:05 +01:00
23bcaa94cd
Add config for doom-opera-light theme
2019-09-19 11:21:23 +01:00
fd71633d25
Fix typo in siren-theme-doom-nord-light.el
2019-09-19 11:17:39 +01:00
787f43b428
Disable various modules I never use
2019-09-10 17:03:01 +01:00
39d75c803a
Update keybindings in unused siren-smart-shift module
...
This is to ensure it stay up to date with the siren-shift-text module,
which is currently the module I use for shifting text left/right. At
some point I will re-evaluate the smart-shift package.
2019-09-10 16:59:56 +01:00
a3f4a72256
Move siren-shell-pop module to shell category
2019-09-10 16:59:04 +01:00
bfed1f8822
Don't turn on global whitespace-mode
...
It's already turned on within each mode I care about.
2019-09-04 13:55:08 +01:00
288fdddbc1
Disable realgud module, I never really use it
2019-09-04 13:54:35 +01:00
e6d7c425c3
Ignore sorbet directory from helm-ag and projectile
2019-09-04 13:54:07 +01:00
7b77e2669d
Don't pin magit to stable releases
...
The magit-status issues I previously had with the main melpa versions
seem to have been fixed.
2019-09-04 13:53:08 +01:00
3be7212e80
Bump version to 0.5.0
v0.5.0
2019-08-17 17:55:23 +01:00
f683ce205b
Don't use use-package to setup before-save hooks
...
It causes the package to be lazy-loaded whenever the before-save hook
runs, even if you've not used the package in question yet.
2019-08-17 17:34:16 +01:00
1cb4369d6e
Fix paste indenting issues with Makefiles
...
And also improve the siren custom options.
2019-08-17 17:33:24 +01:00
c278381f86
Update dired+ package in vendor directory
2019-08-17 17:32:44 +01:00