Update and move abstractions/editor to abstractions/app/editor
This commit is contained in:
parent
eb32db16c6
commit
479d04abac
1 changed files with 1 additions and 2 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
# Copyright (C) 2024 Zane Zakraisek <zz@eng.utah.edu>
|
# Copyright (C) 2024 Zane Zakraisek <zz@eng.utah.edu>
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
include <abstractions/base>
|
|
||||||
include <abstractions/nameservice-strict>
|
include <abstractions/nameservice-strict>
|
||||||
|
|
||||||
@{bin}/sensible-editor mr,
|
@{bin}/sensible-editor mr,
|
||||||
|
|
@ -26,4 +25,4 @@
|
||||||
owner @{user_cache_dirs}/ r,
|
owner @{user_cache_dirs}/ r,
|
||||||
owner @{user_cache_dirs}/vim/** wr,
|
owner @{user_cache_dirs}/vim/** wr,
|
||||||
|
|
||||||
include if exists <abstractions/editor.d>
|
include if exists <abstractions/app/editor.d>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue