Fix wrong use-package declaration of irfc-mode

ietf layer declared a wrong use-package
declaration, which tried to load ietf-docs
instead of the locally installed irfc package
causing irfc-mode to fail loading.
This commit is contained in:
smile13241324 2019-04-12 21:24:45 +02:00
parent a6d505033c
commit 0cb2ef57cd

View file

@ -24,7 +24,7 @@
(setq ietf-docs-cache-directory ietf-docs-cache))))
(defun ietf/init-irfc ()
(use-package ietf-docs
(use-package irfc
:commands irfc-mode
:init
(progn