From a79455dc49bf17e55f3e62c5a46585b09f5803ac Mon Sep 17 00:00:00 2001 From: Jack Foltz Date: Sun, 10 Feb 2019 14:07:21 -0500 Subject: [PATCH] Add missing derived require --- lain/.emacs.d/sandbox.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lain/.emacs.d/sandbox.org b/lain/.emacs.d/sandbox.org index dfc2a63..80f9f34 100644 --- a/lain/.emacs.d/sandbox.org +++ b/lain/.emacs.d/sandbox.org @@ -32,6 +32,8 @@ configuration all in once place. It's pretty much the basis of this entire confi A few useful =:keyword= macros that extend the vanilla =use-package= functionality. **** :company #+BEGIN_SRC emacs-lisp + (require 'derived) + (defun use-package-company-normalize (name keyword args) "Normalize the KEYWORD with NAME :company with arguments ARGS into a list of pairs for the handler." (use-package-as-one (symbol-name keyword) args