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 079a38e..b6b8755 100644
--- a/oni-yasnippet.el
+++ b/oni-yasnippet.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2019.0904.210855
+;; Version: 2020.0408.105714
;; Package-Requires: (yasnippet yasnippet-snippets diminish)
;; This program is free software; you can redistribute it and/or modify
@@ -29,7 +29,7 @@
(require 'yasnippet)
(require 'diminish)
-(diminish 'yas-minor-mode)
+(with-eval-after-load 'yasnippet (diminish 'yas-minor-mode))
(define-key yas-minor-mode-map (kbd "C-\\") 'yas-expand)
(define-key yas-minor-mode-map (kbd "TAB") nil)