Use yasnippet globally
This commit is contained in:
parent
33e0010f7f
commit
221a6aa5c5
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,6 @@
|
|||
:config
|
||||
(use-package lsp-mode)
|
||||
(use-package lsp-ui)
|
||||
(use-package yasnippet)
|
||||
(use-package company)
|
||||
(setq elm-format-on-save t
|
||||
elm-tags-on-save t
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
(global-set-key (kbd "S-C-j") 'shrink-window)
|
||||
(global-set-key (kbd "S-C-k") 'enlarge-window)
|
||||
|
||||
(use-package yasnippet
|
||||
:config (yas-global-mode 1))
|
||||
|
||||
(use-package which-key
|
||||
:diminish
|
||||
:config
|
||||
|
|
|
@ -17,8 +17,6 @@
|
|||
:ensure t)
|
||||
(use-package py-autopep8
|
||||
:ensure t)
|
||||
(use-package yasnippet
|
||||
:ensure t)
|
||||
(use-package jedi
|
||||
:ensure t)
|
||||
;; Use IPython for REPL
|
||||
|
|
Loading…
Reference in a new issue