From 58daf4929b0e78645d7b1988c403a2a54f60761b Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 27 Jan 2018 17:50:19 +0100 Subject: [PATCH] =?UTF-8?q?[Init]=20Don=E2=80=99t=20=E2=80=98provide?= =?UTF-8?q?=E2=80=99=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/init.el b/init.el index 5acdf32..327dbb4 100644 --- a/init.el +++ b/init.el @@ -1404,10 +1404,6 @@ are assumed to be of the form *.crt." (use-package yasnippet :commands (yas-minor-mode-on yas-minor-mode) - - -;; * End - -(provide 'init) + :diminish yas-minor-mode) ;;; init.el ends here