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")