From 6d8a039dd8d9ca81fda94bd1944a3757072e346b Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 14 Oct 2016 15:30:39 +0200 Subject: [PATCH] Move xlicense configuration to use-package --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 0821480..ec23932 100644 --- a/init.el +++ b/init.el @@ -146,7 +146,6 @@ ;; Load some custom libraries (require 'thingatpt) -(require 'xlicense) (require 'linum) (use-package helm @@ -404,6 +403,8 @@ :bind (([f8] . focus-mode))) +(use-package xlicense) + ;; Load my own functions (load "gnu-c-header.el") (load "toggle-window-split.el")