Replace ensure-package -> ensure-library
This commit is contained in:
parent
ce2bede130
commit
ff5f8bf69f
1 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ This is currently the data directory under the
|
|||
|
||||
;;;;; Paredit:
|
||||
|
||||
(ensure-package paredit)
|
||||
(ensure-library paredit)
|
||||
|
||||
;;;; Major modes:
|
||||
|
||||
|
@ -222,7 +222,7 @@ This is currently the data directory under the
|
|||
|
||||
;;;;; Magit:
|
||||
|
||||
(ensure-package magit)
|
||||
(ensure-library magit)
|
||||
|
||||
;;;; Custom:
|
||||
|
||||
|
|
Loading…
Reference in a new issue