diff options
| author | Somelauw <Somelauw> | 2017-09-11 20:34:48 +0200 |
|---|---|---|
| committer | Somelauw <Somelauw> | 2017-09-11 20:35:25 +0200 |
| commit | 1b0cb009fcc593ba851d243d2e3291a8cfeb2fb0 (patch) | |
| tree | 1979a688f76d27efb8c0dc6db109f9d5fedaa2eb /evil-org.el | |
| parent | d61dea5308a7877b6075f39f1c116e39c907e47e (diff) | |
Undo deprecate rsi bindings
See this issue https://github.com/Somelauw/evil-org-mode/issues/17
Diffstat (limited to 'evil-org.el')
| -rw-r--r-- | evil-org.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/evil-org.el b/evil-org.el index bff30c6..538bbe1 100644 --- a/evil-org.el +++ b/evil-org.el @@ -617,7 +617,6 @@ Includes tables, list items and subtrees." (defun evil-org--populate-rsi-bindings () "Define key bindings to use in hybrid state." - (obsolete "Please create a github issue if you want to keep RSI bindings." "0.9.1") (define-key org-mode-map (kbd "C-d") (lambda (n) (interactive "p") |
