aboutsummaryrefslogtreecommitdiff
path: root/evil-core.el
AgeCommit message (Expand)Author
2022-04-30Bump version to 1.14.21.14.2stablerelease-1.14Tom Dalziel
2022-04-25Bump version to 1.14.11.14.1Tom Dalziel
2021-06-15evil-core: refactored `evil-get-auxiliary-keymap` (#1478)Lucius Hu
2021-01-09Add missing indent declaration to evil-define-key*David Wilson
2020-04-17fix evil-send-localleaderYunhao Zhao
2020-03-04Bump version to 1.14.01.14.0Eivind Fonn
2020-02-24fix evil-define-state :exit-hook typosergey
2020-02-22Deprecate evil-add-to-alist, which doesn't work with lexicalEivind Fonn
2020-02-03Clean up compilation warnings from lexical bindingEivind Fonn
2020-01-29Re-enable lexical bindingEivind Fonn
2020-01-28Revert "Enable lexical binding"Eivind Fonn
2020-01-28Enable lexical bindingEivind Fonn
2020-01-13Revert "Enable undo-tree-mode only when evil-mode is turned on"Eivind Fonn
2020-01-13Enable undo-tree-mode only when evil-mode is turned onEivind Fonn
2019-12-31Docs: fix use of \\[...] to display key sequencesEivind Fonn
2019-12-30Different mode line tags per visual state typeEivind Fonn
2019-12-21Document leader key functionalityEivind Fonn
2019-12-19Improve some docstringsEivind Fonn
2019-12-18Bump version to 1.13.0Eivind Fonn
2019-12-11Bump version to 1.3.0-snapshotEivind Fonn
2019-12-11Bump version to 1.2.151.2.15Eivind Fonn
2019-11-29evil-core.el: Add <leader> functionalityJustin Burkett
2019-11-19Declare documentation stringsAlexander Shukaev
2019-01-04Bump version to 1.2.141.2.14Eivind Fonn
2019-01-03Clarify docstring for evil-set-initial-stateEivind Fonn
2018-09-11Add option to enable Evil in minibuffer(s)Alexander Shukaev
2018-04-08Use local-variable-p instead of assqAaron Jensen
2018-03-20Merge pull request #1013 from noctuid/intercept-auxVasilij Schneidermann
2018-03-07Use string-match-p when possibleRudi Grinberg
2018-01-25Teach evil-initial-state about parent modesJustin Burkett
2018-01-25Throw error on circular major-mode parent referenceJustin Burkett
2018-01-25Use initial states of parent major modesJustin Burkett
2018-01-08Allow auxiliary maps to be intercept mapsnoctuid
2017-11-26Merge branch 'noctuid-evil-define-key-ignore-parent'Vasilij Schneidermann
2017-11-26Handle errors in key definitions in evil-define-keyJustin Burkett
2017-11-26Improve handling of nil state in evil-define-keyJustin Burkett
2017-11-23Always create new auxiliary map in evil-define-key*noctuid
2017-11-21Generalize use of KEYMAP in evil-define-keyJustin Burkett
2017-11-06Add interactive argument to evil-mode autoloadFice T
2017-10-02update version to 1.2.131.2.13Eivind Fonn
2017-06-24Use evil-esc in minibuffersJames Nguyen
2017-02-15Remove support for Emacs < 24Eivind Fonn
2016-05-25evil-core.el: Fix evil-define-key macro expansionjustbur
2016-05-25evil-core.el: Factor function out of evil-define-keyjustbur
2016-05-19evil-core.el: Allow list of states in evil-define-keyjustbur
2016-04-11evil-core.el: Add ignore-parent option to get-auxiliary-keymapjustbur
2016-04-05Merge stableFrank Fischer
2016-04-05update version to 1.2.121.2.12Frank Fischer
2016-03-24Indent evil-define-minor-mode-key like evil-define-keyjustbur
2016-03-20Ensure autoload of `evil-mode` loads evil.el (fix #642)Frank Fischer