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 ;; 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