Skip to content

Commit

Permalink
some changes for teh auto-completion variables
Browse files Browse the repository at this point in the history
This will affect the tab-key-behavior set to 'cycle from nil and enabled
the enable-snippets-in-popup
  • Loading branch information
Gilbert Consellado committed Dec 23, 2017
1 parent 0cc46ee commit c4c89b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ This function should only modify configuration layer settings."
(syntax-checking)
(auto-completion :variables
auto-completion-return-key-behavior 'complete
auto-completion-tab-key-behavior nil
auto-completion-tab-key-behavior 'cycle
auto-completion-enable-snippets-in-popup t
auto-completion-enable-help-tooltip t
auto-completion-enable-sort-by-usage t)
(rebox :variables
Expand Down

0 comments on commit c4c89b8

Please sign in to comment.