Move xlicense configuration to use-package

This commit is contained in:
Gergely Polonkai 2016-10-14 15:30:39 +02:00
parent 85506f094b
commit 6d8a039dd8
1 changed files with 2 additions and 1 deletions

View File

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