mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix TAB in modes with their own keybind
Like org-mode
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user