mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Make yasnippet global
This commit is contained in:
@ -87,10 +87,6 @@
|
||||
(autopair-global-mode)
|
||||
(setq autopair-blink nil)
|
||||
|
||||
;;;#smartparens
|
||||
; (require 'smartparens-config)
|
||||
; (smartparens-global-mode t)
|
||||
|
||||
;;;#anzu
|
||||
(global-anzu-mode)
|
||||
|
||||
@ -119,7 +115,7 @@
|
||||
(setq recentf-max-menu-items 25)
|
||||
|
||||
;;;#yasnippet
|
||||
(yas-global-mode -1)
|
||||
(yas-global-mode t)
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user