Update and move abstractions/editor to abstractions/app/editor

This commit is contained in:
doublez13 2024-05-12 08:20:36 -06:00 committed by Alex
parent eb32db16c6
commit 479d04abac

View File

@ -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>