Fix TAB in modes with their own keybind
Like org-mode
This commit is contained in:
parent
3befcf934e
commit
e58c1ff89d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
[remap find-tag] #'projectile-find-tag
|
||||
|
||||
;; Smart tab
|
||||
:i [tab] (general-predicate-dispatch 'indent-for-tab-command
|
||||
:i [tab] (general-predicate-dispatch nil
|
||||
(and (featurep! :feature snippets)
|
||||
(yas-maybe-expand-abbrev-key-filter 'yas-expand))
|
||||
'yas-expand
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue