Commit Graph

821 Commits

Author SHA1 Message Date
3900a32317 Change theme in terminal mode to doom-one 2018-07-10 12:00:21 +01:00
d218da5083 Fix mouse input issue in terminal mode caused by smart-shift
Replace the smart-shift package with functions ripped from textmate.el
2018-07-10 12:00:21 +01:00
cf6f8e538c Remove duplicate keybinding 2018-07-10 08:20:13 +01:00
f01404ecf5 Bump version to 0.4.4 v0.4.4 2018-06-23 13:29:42 +01:00
4397fded78 Show rubocopfmt errors in echo area instead of separate error buffer 2018-06-23 13:28:19 +01:00
d92cc05770 Add helpful package for better help information 2018-06-23 13:19:36 +01:00
42d260df9b Add config for doom-nord-light theme 2018-06-23 13:19:36 +01:00
8669165aa7 Install rubocopfmt package from melpa 2018-06-23 13:19:35 +01:00
998e81ed8d Update ignore pattern for helm-ag to ignore minified js/css files 2018-06-22 14:45:21 +01:00
3e78af7801 Bump version to 0.4.3 v0.4.3 2018-06-06 23:45:11 +01:00
b3be2b8531 Configure language specific projectile ignore dirs in lang modules 2018-06-06 23:43:20 +01:00
e3325888f4 Add go-dlv package 2018-06-06 23:18:51 +01:00
7d2ff8c635 Require module for realgud by default 2018-06-06 22:52:14 +01:00
f397acdef7 Add module for dash-at-point 2018-06-06 22:51:54 +01:00
9574709b90 Clean up and make the Makefile a bit more intelligent 2018-06-06 21:47:18 +01:00
c0f3da6531 Enable flyspell-mode in git-commit-mode
It no longer seems to cause emacs to randomly freeze.
2018-06-06 17:04:02 +01:00
27e31eef62 Change bury-buffer behavior of magit to be less annoying 2018-06-06 17:03:33 +01:00
47b42cc4ba Add theme module for doom-nord theme 2018-06-06 17:03:10 +01:00
354a09974b Add realgud and realgud-byebug packages 2018-06-06 17:02:49 +01:00
40784a66ce Update setup for ruby-refactor package 2018-06-06 15:02:32 +01:00
43497b2f22 Update settings for rspec-mode 2018-06-06 15:02:32 +01:00
e6bf6fb061 Add .vagrant to list of projectile globally ignored directories 2018-06-04 21:21:26 +01:00
9c660ac780 Sort list of projectile globally ignored directories 2018-06-04 21:21:26 +01:00
d3c4e188d2 Require siren-zone module to enable zone-choose method
Useless, but fun to show off some weird shit that Emacs can do :P
2018-06-04 14:04:18 +01:00
9a3d60dee9 Add module for restart-emacs package 2018-06-04 14:02:32 +01:00
243903bab0 Add module for dired-sidebar mode
Not used at the moment, but I'll keep this around and check it out every
now and then.
2018-06-04 13:54:01 +01:00
2b4efa8f71 Refactor siren-zone module to use use-package 2018-06-04 13:53:28 +01:00
3ce9ec46a1 Add hlinum package to highlight current line in linum-mode 2018-05-30 12:30:57 +01:00
dcfaccd920 Set fill-column to 72 for git-commit-mode 2018-05-30 11:33:05 +01:00
c8595b0797 Bump version to 0.4.2 v0.4.2 2018-05-21 01:44:52 +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
7a280492e2 Fix incorrect hook definitions 2018-05-21 00:38:10 +01:00
ec84725507 Bump version to 0.4.1 v0.4.1 2018-05-20 23:12:47 +01:00
07b7a81ef9 Configure truncate-lines and visual-line-mode correctly 2018-05-20 23:12:14 +01:00
c2b24ef1ee Bump version to 0.4.0 v0.4.0 2018-05-20 18:05:56 +01:00
0b4a14cfe2 Update readme 2018-05-20 18:05:50 +01:00
ca7c90af97 Vendor tomorrow-night-paradise-theme via Makefile 2018-05-20 18:04:17 +01:00
a71e98583d Remove tomorrow-night-paradise-theme submodule 2018-05-20 18:03:55 +01:00
62f424b1ea Merge pull request #7 from jimeh/refactor-modules
Refactor modules
2018-05-20 17:54:34 +01:00
35a78602ae Update custom.el 2018-05-20 17:43:14 +01:00
8d7ab11d8c Add resize-window package 2018-05-20 17:42:14 +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
3b07c4cfbf Add siren-ignore-error-wrapper as core function of siren 2018-05-20 17:21:22 +01:00
e1f1adfea8 Update custom.el 2018-05-20 17:19:56 +01:00
9959e65d8d Update rubocopfmt in vendor dir
Once the melpa package pull request is merged, I can switch to loading
it like a regular package.
2018-05-20 11:32:59 +01:00
7d90da6bfe Update ruby configuration 2018-05-20 11:29:13 +01:00
673c283bb5 Have most of custom.el re-generated 2018-05-20 03:19:08 +01:00
411f264847 Use C-c C-j as jump to definition in most languages 2018-05-20 03:17:17 +01:00
aa80e5e04c Customize go-guru-hl-identifier-face to something nice 2018-05-20 03:07:57 +01:00
7f49b7532c Remove useless :defer options 2018-05-20 03:07:25 +01:00