Merge branch 'maint'
This commit is contained in:
commit
13b18ea5e6
|
@ -16760,7 +16760,7 @@ region even if the cursor moves across a special context.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(add-hook 'org-mode-hook
|
(add-hook 'org-mode-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(org-set-local 'yas/trigger-key [tab])
|
(setq-local yas/trigger-key [tab])
|
||||||
(define-key yas/keymap [tab] 'yas/next-field-or-maybe-expand)))
|
(define-key yas/keymap [tab] 'yas/next-field-or-maybe-expand)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
|
@ -17661,7 +17661,7 @@ fixed this problem:
|
||||||
@lisp
|
@lisp
|
||||||
(add-hook 'org-mode-hook
|
(add-hook 'org-mode-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(org-set-local 'yas/trigger-key [tab])
|
(setq-local yas/trigger-key [tab])
|
||||||
(define-key yas/keymap [tab] 'yas/next-field-or-maybe-expand)))
|
(define-key yas/keymap [tab] 'yas/next-field-or-maybe-expand)))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue