Commit Graph

384 Commits

Author SHA1 Message Date
James Nguyen 367e6b34c6 Test with only 25.3 2018-01-27 15:36:39 -08:00
Maximiliano Sandoval 51cc62e0d2 Added defvar 2018-01-27 15:35:43 -08:00
Maximiliano Sandoval 0bd177bb65 Abort keybind 2018-01-27 15:35:43 -08:00
Maximiliano Sandoval e155ac14a6 Support for which-key 2018-01-27 15:35:43 -08:00
James Nguyen fdfa735784 Tweak readme 2018-01-27 11:53:39 -08:00
James Nguyen 9cb2cfa6d0 Reftex: Tweak help text 2018-01-27 11:49:57 -08:00
James Nguyen c68d1a9027 Package-menu: Use quit-window instead of macro recording
I haven't found a use case for recording macros while in a
package-menu but I surmise that's a rare-er case than trying to quit
out of it.
2018-01-27 11:49:54 -08:00
James Nguyen 20d89df1e7 Debug: Add some more short keys
Debug could use some polish.
2018-01-27 11:44:32 -08:00
James Nguyen 79e5b0a95c Debug: Use normal state 2018-01-27 11:44:04 -08:00
James Nguyen 9e68afb767 Doc-view: Use normal state 2018-01-27 11:38:34 -08:00
James Nguyen bd302e9d93 Man: Use normal state 2018-01-27 11:35:22 -08:00
James Nguyen 5bb93afb3f Image: Use normal state 2018-01-27 11:32:50 -08:00
James Nguyen 387fd5e4b8 Image: Reverse scrolling order
These two seem to scroll in the opposite direction for me...
2018-01-27 11:27:01 -08:00
James Nguyen 80a79e73c4 IBuffer: Prioritize C-d 2018-01-27 11:24:31 -08:00
Maximiliano Sandoval 9bcfa21140 dash 2018-01-26 18:25:53 -08:00
Maximiliano Sandoval 8a95077120 Minor changes 2018-01-26 18:25:53 -08:00
Maximiliano Sandoval d8230d215b Added legal stuff. 2018-01-26 18:25:53 -08:00
Maximiliano Sandoval 9c2d532485 Removed some overlapping 2018-01-26 18:25:53 -08:00
Maximiliano Sandoval 2731edaf6d minor change. 2018-01-26 18:25:53 -08:00
Maximiliano Sandoval fdaa6092c5 Add reftex 2018-01-26 18:25:53 -08:00
James Nguyen 85d3ad28ea Vc-annotate: d -> D 2018-01-23 00:05:04 -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
James Nguyen 12d4fcfe8f Cider: Add cider-stacktrace-mode-map 2018-01-17 20:17:30 -08:00
James Nguyen 8f085ad9ca Cider: Add inspector map 2018-01-16 18:58:25 -08:00
James Nguyen c1555973b3 Cider: Add debugger keys 2018-01-16 18:58:22 -08:00
Pierre Neidhardt 3c2b8cd5b9 Revert "info: Fix missing require for evil-search"
This reverts commit 1cf5f1b9e6.
2018-01-16 19:26:46 +01:00
Pierre Neidhardt 1cf5f1b9e6 info: Fix missing require for evil-search 2018-01-16 11:30:10 +01:00
James Nguyen 42f8a8bed6 Add travis workaround
https://github.com/flycheck/emacs-travis/issues/13
https://github.com/travis-ci/travis-ci/issues/9073
7a4ba84d06
2018-01-15 23:19:33 -08:00
Evgeni Kolev 9d2f38130f Add missing space 2018-01-15 01:56:36 -08:00
James Nguyen 45282c1476 Readme: Clarify and fix some errors 2018-01-14 12:30:25 -08:00
James Nguyen abef1b70ee Info: Require evil-collection-evil-search 2018-01-14 11:55:25 -08:00
James Nguyen 5ed9c994a7 Add Nov 2018-01-14 11:38:50 -08:00
James Nguyen f0ed016efc Indium: Declare functions 2018-01-14 11:30:16 -08:00
James Nguyen a664d8fe3e Integration: Move etags-select 2018-01-13 11:11:20 -08:00
James Nguyen 68a214064c Indium: Add debugger interaction keys 2018-01-13 11:06:38 -08:00
James Nguyen 4a89fa75d3 Indium: Add quit-window 2018-01-13 10:58:58 -08:00
Shahin Azad f94e3657de Add missing setq in `use-package` snippet
correctly set `evil-want-integration` to `nil`
2018-01-13 02:22:53 -08:00
James Nguyen c7654a3a77 Support evil-search-module set to evil-search (#49) 2018-01-12 00:51:47 -08:00
James Nguyen 72a397d704 Change prefix 2018-01-11 19:44:26 -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 0e0f007768 Add quick snippet about contributing 2018-01-11 19:26:11 -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 833d0596e7 Indium: Add a few more keymaps 2018-01-11 19:26:06 -08:00