updated corfu module from latest pr
This commit is contained in:
parent
2fd726f5e2
commit
e4f80a2bc7
7 changed files with 313 additions and 185 deletions
|
@ -41,11 +41,6 @@
|
|||
(call-interactively #'consult-yasnippet))
|
||||
(t (call-interactively #'yas-insert-snippet))))
|
||||
|
||||
(use-package! yasnippet-capf
|
||||
:after cape
|
||||
:config
|
||||
(add-to-list 'completion-at-point-functions #'yasnippet-capf))
|
||||
|
||||
;; set default frame size on launch
|
||||
(setq default-frame-alist '( (left . 0) (top . 0) (height . 48) (width . 160) ))
|
||||
|
||||
|
@ -130,7 +125,6 @@
|
|||
(add-to-list 'auto-mode-alist '("\\.svelte\\'" . web-mode))
|
||||
(setq web-mode-engines-alist
|
||||
'(("svelte" . "\\.svelte\\'")))
|
||||
(add-hook! web-mode (web-mode-use-tabs) (setq indent-tabs-mode t))
|
||||
(add-hook! web-mode (web-mode-toggle-current-element-highlight))
|
||||
|
||||
;; fix centaur tabs to show at the right times and add my muscle memory keybind
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue