Commit Graph

111 Commits

Author SHA1 Message Date
James Nguyen 93b73fe463 Add a temporary workaround for (#108) 2018-03-30 19:11:15 -07:00
James Nguyen 64fb57b539 Move and rebind ert 2018-03-30 19:11:13 -07:00
noctuid 1853b53a8d Add key translation functionality
Also add evil-collection-setup-hook. Fixes #5 and #98.
2018-03-23 14:22:06 +05:30
Jay Kamat 0425de4861 Add daemons.el support 2018-03-18 01:37:33 -07:00
James Nguyen 24088eddcb Move macro to util file 2018-03-06 17:58:57 -08:00
James Nguyen 8c6eaebb44 Make evil-collection-inhibit-insert-state a macro (#97) 2018-03-05 17:41:54 -08:00
Pierre Neidhardt 621a48f97b Add view-mode 2018-03-03 16:52:16 +01:00
James Nguyen 6ddfc3f7ff Change url 2018-03-01 17:22:38 -08:00
Pierre Neidhardt 58d951baea Bind "yu" to "yank URL" in EWW, Elfeed, transmission 2018-02-23 18:31:31 +01:00
Pierre Neidhardt b967945f9b Add calc 2018-02-23 17:51:52 +01:00
Pierre Neidhardt 2c539dbcca Add -inhibit-insert-state helper function 2018-02-22 18:25:35 +01:00
Evgeni Kolev 2e19cc170f evil-collection-delete-operators: fix typo 2018-02-19 01:40:05 -08:00
James Nguyen 8fb02fbb3b Blanket move avy to its own file
Same as ace-jump, I don't use these modes enough to know if something
is broken..
2018-02-18 19:52:24 -08:00
James Nguyen 4e1444b07a Blanket move ace-jump to its own file
I don't use ace-jump enough.. hopefully this doesn't break anything.

FIXME: Still need to make this pass the linter.
2018-02-18 19:36:28 -08:00
James Nguyen 70ef3e5875 Add js2 2018-02-18 19:28:27 -08:00
Evgeni Kolev fad86bb068 Add vdiff.el support 2018-02-15 20:40:41 -08:00
Maximiliano Sandoval 71326dd391 Support for epa
* Added a preliminary set of keybingins.
* The more troubling one is "v" which is bind to `epa-verify-file` in
  this mode there isn't any reason to use `visual-state` so it may be Ok.
2018-02-02 17:22:31 -08:00
Maximiliano Sandoval 3744825eb4 Neotree mode support
Added support for neotree-mode. Some keys require
revision (e.g. "s,S") some others
like "H,K,L" could be used more. Many keybings do not coincide with
the ones used in spacemacs. `neotree-change-root` could use a better
alternative.
2018-02-02 17:22:04 -08:00
James Nguyen dc1c23b0fb Add simple 2018-01-29 17:45:42 -08:00
James Nguyen db4c7d581f Add free-keys 2018-01-28 12:13:55 -08:00
James Nguyen 602d24f07d Add skeleton for buff-menu binding 2018-01-27 15:47:44 -08:00
Maximiliano Sandoval e155ac14a6 Support for which-key 2018-01-27 15:35:43 -08:00
Maximiliano Sandoval fdaa6092c5 Add reftex 2018-01-26 18:25:53 -08:00
James Nguyen 43d876b08c Add log-view 2018-01-22 22:15:41 -08:00
James Nguyen 8270e4b6dc Add vc-annotate 2018-01-22 22:15:32 -08:00
James Nguyen 69d20122b5 Add cmake-mode 2018-01-20 12:47:52 -08:00
James Nguyen 96da780a3d Fix show-paren advice not activating (#79)
Moved to advice-add as well as move integration into separate file.
2018-01-20 00:58:59 -08:00
James Nguyen 8e18f2b72f Add popup 2018-01-20 00:57:49 -08:00
James Nguyen 76810aeff8 Add go-mode
This still needs to be fleshed out more.
2018-01-19 18:56:47 -08:00
James Nguyen 655a0cb033 Add quickrun 2018-01-19 18:56:25 -08:00
Evgeni Kolev 9d2f38130f Add missing space 2018-01-15 01:56:36 -08:00
James Nguyen 5ed9c994a7 Add Nov 2018-01-14 11:38:50 -08:00
James Nguyen a664d8fe3e Integration: Move etags-select 2018-01-13 11:11:20 -08:00
James Nguyen 885814f9d5 Move setting to separate settings file
Originally, I placed this in the same file as evil-collection but was
running into problems byte compiling cleanly. Instead of figuring out
how to work around it, I am creating a separate settings file to add
defcustoms lower level modules can consume.

Ideally I can put this setting into the same evil-collection file and
have the the project byte compile cleanly. I am leaving that problem
for another day.
2018-01-11 19:41:26 -08:00
James Nguyen a37e87dd21 Gate indium debugger bindings with defcustom 2018-01-11 19:32:35 -08:00
James Nguyen 7bf7363865 Add debugging rationale and support for some modes
Tweaked edebug
2018-01-11 19:26:08 -08:00
James Nguyen 9a0fc313fa Integration: Use defvar to make byte compiler happy 2018-01-09 18:58:46 -08:00
James Nguyen 11c2c73f86 Display warning instead of a message 2018-01-09 18:53:12 -08:00
James Nguyen 27b12460fc Add a more explicit message when checking evil-want-integration 2018-01-09 18:53:12 -08:00
James Nguyen f8fc2e9baf Use featurep check
This also gates requiring evil-collection-integration. The rationale
is that it's probably better not to require both
evil-collection-integration and evil-integration together as that
might cause weirder behavior than the alternative.
2018-01-09 18:53:12 -08:00
James Nguyen a591f9ecac Remove or and bound check and correct language 2018-01-09 18:53:12 -08:00
James Nguyen 34b23873ed Add initial copy of evil-integration to evil-collection-integration 2018-01-09 18:53:12 -08:00
James Nguyen 0609804b10 Add lua-mode 2018-01-06 09:48:43 -08:00
James Nguyen 713cd58883 Add racer 2017-12-24 11:11:00 -08:00
James Nguyen cf01742c56 Add rjsx-mode 2017-12-24 11:11:00 -08:00
James Nguyen 15d146f4b7 Add typescript-mode 2017-12-24 11:10:57 -08:00
James Nguyen 1710e5eace Add indium 2017-12-24 10:40:26 -08:00
James Nguyen e2edf36dc6 Add kotlin-mode 2017-12-24 10:30:45 -08:00
James Nguyen 46e60d4b69 Add notmuch
This is in progress and open to changes!
2017-12-21 22:45:39 -08:00
Pierre Neidhardt 9cf42d3e5f eww: Init 2017-12-13 17:20:37 +01:00