Use correct straight-use-package recipe format for a local repo
This commit is contained in:
parent
cdd892d4e1
commit
8ae6544709
@ -1,9 +1,7 @@
|
||||
;; -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package navi
|
||||
:straight (:type built-in)
|
||||
:ensure nil
|
||||
:load-path "packages/navi"
|
||||
:straight `(:local-repo ,(expand-file-name "packages/navi" user-emacs-directory) :type nil)
|
||||
:defer t
|
||||
:commands (navi
|
||||
navi-by-tags
|
||||
|
Loading…
Reference in New Issue
Block a user