Variable: hyperb:user-email

hyperb:user-email is a variable defined in hinit.el.

Value

"root@af75aa942d37"

Documentation

Email address for the current user. Set automatically by hyperb:init.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hinit.el
;;; hinit.el --- Standard initializations for GNU Hyperbole  -*- lexical-binding: t; -*-
;;
;; Author:       Bob Weiner
;;
;; Orig-Date:     1-Oct-91 at 02:32:51
;; Last-Mod:     29-Oct-23 at 10:07:47 by Bob Weiner
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
;; Copyright (C) 1991-2023  Free Software Foundation, Inc.
;; See the "HY-COPY" file for license information.
;;
;; This file is part of GNU Hyperbole.

;;; Commentary:

;;; Code:
;;; ************************************************************************
;;; Public variables
;;; ************************************************************************

(defvar   hyperb:user-email nil
  "Email address for the current user.  Set automatically by `hyperb:init'.")