mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-24 04:22:50 -05:00
Add missing derived require
This commit is contained in:
parent
3fc2e5077e
commit
a79455dc49
@ -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.
|
A few useful =:keyword= macros that extend the vanilla =use-package= functionality.
|
||||||
**** :company
|
**** :company
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(require 'derived)
|
||||||
|
|
||||||
(defun use-package-company-normalize (name keyword args)
|
(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."
|
"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
|
(use-package-as-one (symbol-name keyword) args
|
||||||
|
Loading…
Reference in New Issue
Block a user