aboutsummaryrefslogtreecommitdiff
blob: 01c25b52f8e2cac1a640c5512c05e4c7e42a1dd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*-eselect-*-  vim: ft=eselect
# Copyright 2009-2023 Gentoo Authors
# Distributed under the terms of the GNU GPL version 2 or later

EDITOR_VAR="VISUAL"
EDITOR_ENVFILE="/etc/env.d/99editor"
# list of most common cases only
EDITOR_LIST="nano emacs vim"

inherit editor-variable

DESCRIPTION="Manage the ${EDITOR_VAR} environment variable"
MAINTAINER="ulm@gentoo.org"