aboutsummaryrefslogtreecommitdiffstats
path: root/oni-yasnippet.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-yasnippet.el')
-rw-r--r--oni-yasnippet.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-yasnippet.el b/oni-yasnippet.el
index c314823..23fa21f 100644
--- a/oni-yasnippet.el
+++ b/oni-yasnippet.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190226231908
+;; Version: 20190227224145
;; Package-Require: (yasnippet yasnippet-snippets diminish)
;; This program is free software; you can redistribute it and/or modify
@@ -37,7 +37,7 @@
;;;###autoload(with-eval-after-load 'yasnippet (require 'oni-yasnippet))
;;;###autoload
-(yas-global-mode)
+(add-hook 'emacs-startup-hook 'yas-global-mode)
(provide 'oni-yasnippet)
;;; oni-yasnippet.el ends here