Make yasnippet global
This commit is contained in:
parent
4702d215c4
commit
b89603bf2d
1 changed files with 1 additions and 5 deletions
|
@ -87,10 +87,6 @@
|
||||||
(autopair-global-mode)
|
(autopair-global-mode)
|
||||||
(setq autopair-blink nil)
|
(setq autopair-blink nil)
|
||||||
|
|
||||||
;;;#smartparens
|
|
||||||
; (require 'smartparens-config)
|
|
||||||
; (smartparens-global-mode t)
|
|
||||||
|
|
||||||
;;;#anzu
|
;;;#anzu
|
||||||
(global-anzu-mode)
|
(global-anzu-mode)
|
||||||
|
|
||||||
|
@ -119,7 +115,7 @@
|
||||||
(setq recentf-max-menu-items 25)
|
(setq recentf-max-menu-items 25)
|
||||||
|
|
||||||
;;;#yasnippet
|
;;;#yasnippet
|
||||||
(yas-global-mode -1)
|
(yas-global-mode t)
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue