diff options
| author | Somelauw <Somelauw> | 2017-09-09 14:31:30 +0200 |
|---|---|---|
| committer | Somelauw <Somelauw> | 2017-09-09 14:31:30 +0200 |
| commit | c49ab15c88ddd70d392848d6abed0d4372183a88 (patch) | |
| tree | 97b9350554cef719395af8a63b3a9e9a2bb2f7d0 | |
| parent | 3676e9a68db43d789ae82fb18e67ece1578edad7 (diff) | |
| parent | 65997a6068a01898011cc677305d8c5c0268c96e (diff) | |
Merge branch 'master' into develop
| -rw-r--r-- | evil-org.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/evil-org.el b/evil-org.el index 87a6f38..708099f 100644 --- a/evil-org.el +++ b/evil-org.el @@ -116,7 +116,7 @@ By default, o and O are bound to ‘evil-org-open-above’ and ‘evil-org-open- :lighter " EvilOrg" :keymap evil-org-mode-map :group 'evil-org -) + ) (defun evil-org-eol-call (fun &rest arguments) "Go to end of line and call provided function. @@ -435,8 +435,8 @@ Argument INCOG whether to open in incognito mode." (throw 'break 0)) (if (not (null incog)) (evil-org-open-incognito) - (let ((browse-url-generic-args '(""))) - (org-open-at-point '(16))))))))) + (let ((browse-url-generic-args '(""))) + (org-open-at-point '(16))))))))) (defun evil-org-open-incognito () "Open link in new incognito window." @@ -660,7 +660,7 @@ Includes tables, list items and subtrees." "Bindings with meta and control." (let-alist evil-org-movement-bindings (let ((state (if evil-org-use-additional-insert - '('normal visual insert) + '(normal visual insert) '(normal visual)))) (evil-define-key state evil-org-mode-map (kbd (concat "M-" .left)) 'org-metaleft |
