aboutsummaryrefslogtreecommitdiff
path: root/evil-integration.el
AgeCommit message (Expand)Author
2012-02-03Fix dictionary.el integrationAntono Vasiljev
2012-01-29Add :suppress-operator t to a couple of commandsVegard Øye
2012-01-27Move folding code out of evil-integration.elVegard Øye
2012-01-21Quote functions with `function'Vegard Øye
2012-01-19Make Info-mode-map an overriding keymapVegard Øye
2012-01-17Merge fix-esc (fixes #63)Frank Fischer
2012-01-07Disable `evil-esc-mode' during a call to `read-key-sequence' or `read-key-seq...Frank Fischer
2012-01-07Disable `evil-esc-mode' during a call to `key-binding' (addresses #63)Frank Fischer
2012-01-02Clean up command property functionsVegard Øye
2011-12-26Fix defadvice of `display-buffer'Vegard Øye
2011-12-25Fix bug with the initial state after 5c56badVegard Øye
2011-12-23Add `evil-visual-newline-commands'Vegard Øye
2011-12-18Bind arrow keys to Evil motionsVegard Øye
2011-12-07Mark several Emacs commands bound in evil keymaps as non-repeatable.Frank Fischer
2011-12-03Fix interfering of narrow-to-region with point adjustment in show-paren-funct...Frank Fischer
2011-12-03Narrow to opening parenthesis in show-paren-function advice (fixes #43)Frank Fischer
2011-11-26Restructure the codeVegard Øye
2011-11-01Make `compile' and `recompile' non-repeatableFrank Fischer
2011-10-06Remove Insert state binding for "RET"Vegard Øye
2011-10-04Make `evil-last-sexp' work with closing parenthesis under point (fixed #17)Frank Fischer
2011-09-25Rename evil-states.el to evil-core.elVegard Øye
2011-09-22Advise `display-buffer'Vegard Øye
2011-09-03Add dictionary.el integrationAntono Vasiljev
2012-01-07Replace :include-newline with :exclude-newlineVegard Øye
2011-08-25Remove self-referential lambda functionVegard Øye
2011-08-22Add variables `evil-overriding-maps' and `evil-intercept-maps'Vegard Øye
2011-08-19Add &rest parameter to `evil-define-key'Michael Markert
2011-08-22Make `eval-expression' and `execute-extended-command' abort repeationFrank Fischer
2011-08-18Add ERC bindingsVegard Øye
2011-08-18Fix Buffer-menu bindingsVegard Øye
2011-08-18Add integration for auto-completeFrank Fischer
2011-08-18Refactoring of repeat-codeFrank Fischer
2011-08-16Add edebug integrationVegard Øye
2011-08-17Add PROFILER variable and "make profiler" ruleVegard Øye
2011-08-15Add Speedbar bindingsVegard Øye
2011-08-15Add `evil-make-overriding-map'Vegard Øye
2011-08-15Add :undolist bindingVegard Øye
2011-08-12Replace (kbd "<backspace>") with (kbd "DEL")Vegard Øye
2011-08-05Bind "K" to `dired-do-kill-lines' in DiredVegard Øye
2011-08-05Bind "J" to `dired-goto-file' in DiredVegard Øye
2011-08-03Optimize state togglingVegard Øye
2011-08-02Add "g;" and "g,"York Zhao
2011-07-30Add hideshow.el bindingsYork Zhao
2011-07-27Bind "r" to `dired-do-redisplay' in DiredVegard Øye
2011-07-24Add Dired bindingsVegard Øye
2011-07-24Add `evil-motion-state-modes' customization variableVegard Øye
2011-07-22Make shell-mode come up in Insert stateVegard Øye
2011-07-22Add declaration functions for motions etc.Vegard Øye
2011-07-22Add `evil-set-initial-state'Vegard Øye
2011-07-22Make `evil-emacs-state-modes' a customization variableVegard Øye