Skip to content

Commit

Permalink
fix(tempel): wrong parenthesis disabling corfu in other modes
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 30, 2023
1 parent 40d8bb8 commit 1ad3b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/me-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
(setq-local
completion-at-point-functions
(if (derived-mode-p 'org-mode 'markdown-mode)
'(tempel-complete
(cons #'tempel-complete completion-at-point-functions)))))
'(tempel-complete)
(cons #'tempel-complete completion-at-point-functions))))
(global-tempel-abbrev-mode 1))

(use-package tempel-collection
Expand Down

0 comments on commit 1ad3b33

Please sign in to comment.