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
39c6546671
Get rid of omnifmt that is no longer used
2019-08-17 17:32:09 +01:00
384136d95d
Add module for ialign
2019-08-16 16:28:47 +01:00
70565fa9d7
Add module for shell-pop
2019-08-16 13:59:58 +01:00
20ddd90087
Add module for magit-todos
2019-08-16 13:46:02 +01:00
b5b7905fe5
Have projectile ignore .extension directories
2019-08-16 13:17:44 +01:00
9ebd3c192b
Fix typo in siren-persp-mode module
2019-08-16 13:17:44 +01:00
aed84c02d1
Fix a typo in unused module
2019-08-16 13:17:36 +01:00
e79a3b13a3
Cleanup query replace related keybindings a bit
2019-08-16 13:17:36 +01:00
6955d5ce1e
Add additional projectile keybindings
...
This ensures those keybindings work even before the package is loaded by
use-package.
2019-08-16 00:30:06 +01:00
c134ca96f0
Add module for persp-mode
2019-08-16 00:14:42 +01:00
a8e3f54f3d
Add module for paradox
2019-08-15 23:35:09 +01:00
d67bfa6e4b
Add module for yaml-imenu
2019-08-15 23:35:01 +01:00
d34bc78f11
Add module for minions
2019-08-15 23:34:53 +01:00
e7d55655d7
Improve lsp-mode keybindings
2019-08-14 12:57:35 +01:00
a7039ea983
Pin magit to melpa-stable source
...
Latest master build of magit seems to have issues with the status
buffer, where it turns on syntax high-lighting for quoted strings and
other weirdness that leaks all over the status buffer.
2019-08-12 11:20:15 +01:00
ecd8b75e2c
Add rbenv package to siren-ruby module
2019-06-18 10:38:58 +01:00
308d530197
Reconfigure smartparens after some changes to its default keybindings
2019-06-16 15:58:08 +01:00
b489372b57
Add modules for dart and flutter
2019-06-10 20:11:24 +01:00
8687543af3
Wrap up stuff within use-package for the siren-golang module
2019-06-10 20:10:27 +01:00
57f670088d
Use use-package's :custom and :custom-face options everywhere
2019-06-10 19:29:58 +01:00
cf30454641
Add module for writeroom-mode
...
It has issues with linum-mode, so currently linum-mode needs to be
manually disabled. I will make it automatically toggle linum-mode when
enabling/disabling writeroom-room at some point.
2019-06-03 16:55:21 +01:00
3dd5215584
Update siren-move-dup module to avoid deprecation warnings
2019-06-03 16:54:47 +01:00
c774b3ce5f
Remove company-dabbrev-code stuff causing errors
2019-06-03 16:54:34 +01:00
264ed57bc6
Format markdown files with prettier on save
2019-06-03 16:53:27 +01:00
02669bbb6f
Make keybindings for markdown-mode more consistent with other modes
2019-06-03 16:53:21 +01:00
d0d284cecb
Add ox-gfm package
2019-05-15 17:49:31 +01:00
c83d12a0d4
Refactor org-mode setup, adding ox-jira package
2019-05-15 16:46:10 +01:00
a65fc41b2c
Add helm-lsp package
2019-04-29 13:22:49 +01:00
a4d5c15995
Break apart LSP setup into separate modules
2019-04-29 13:22:05 +01:00
986025f473
Unset M-[ keybinding as it causes issues with pasting in terminal
2019-04-11 12:39:12 +01:00
c6729d4297
Set groovy-mode indentation to 4 spaces
2019-04-05 10:54:18 +01:00
7385a6e015
Remove commented out and no longer use go related packages
2019-03-26 01:32:59 +00:00
448f7fe268
Have go-test use verbose output
2019-03-26 01:32:59 +00:00
6c1d53c9f2
Add C-l keybinding to dired to go one folder up
2019-03-26 01:32:59 +00:00
2e6dd89003
Store all temporary stuff in a specific cache folder
...
Instead of using effectively TMPDIR on the machine, let's use a `cache`
folder in the root of the .emacs.d directory.
2019-03-25 17:17:32 +00:00
928a34b7e2
Use lsp-mode for rust
2019-03-05 00:22:42 +00:00
544d9c8acf
Update magit settings
2019-02-12 16:26:33 +00:00
d8358f7d7d
Swap M-x and C-x C-m keybindings between smex and helm-command
...
I mostly use C-x C-m instead of M-x as I for some reason find it less
annoying to type. I really like helm-command's helm-M-x function, but I
find slightly too slow and slightly too intrusive than smex.
Hence I'm switching back my main keybinding to smex, but still leaving
helm-M-x bound to the M-x keybinding I use very rarely, just so I can
still access it when I need to.
2019-02-08 15:15:23 +00:00
625fe82382
Update git-link config custom functions for new hostname
2019-02-01 16:07:47 +00:00
7de2aecd5f
Add configuration for groovy-mode
2019-01-31 16:56:07 +00:00
7a83561c0e
Add lsp-mode keybindings to ruby-mode
2019-01-28 11:38:29 +00:00
8f011c0c24
Initial go-mode updates for go modules
...
This also changes from using gocode and company for auto-completion, to
using lsp-mode with the bingo language server, and company as the
completion front-end.
2019-01-28 11:37:01 +00:00
3753943f9a
Swap from custom siren-goto-symbol module to helm-imenu package
2019-01-28 11:36:05 +00:00
85affd51fd
Switch from magithub to forge
2019-01-28 11:35:38 +00:00
61d17a20fc
Add string-edit package
2019-01-28 11:32:15 +00:00
94ee79bfed
Exclude golang's *.test files from helm-ag
2019-01-28 11:30:26 +00:00
1080cd9a5f
Update string-inflection keybindings
2019-01-28 11:29:46 +00:00
220341a083
Fix company-mode / fci-mode incompatibility bug
...
The original code to fix the incompatibility didn't see to work anymore,
so refactored it a bit to so it goes about things a bit more carefully,
and that seemed to fix it.
2018-12-20 15:52:33 +00:00
358d5ff1c4
Disable company-mode in inf-ruby-mode
...
When entering interactive shells or debug sessions within inf-ruby,
emacs would often lockup for 10-15 seconds as you typed while company
was trying to figure out what possible completions there are. As far as
I saw, it never came back with any completion candidates. So let's just
diable it.
2018-12-20 15:50:35 +00:00