[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Changing user customised variable from emacs init file
From: |
Heime |
Subject: |
Changing user customised variable from emacs init file |
Date: |
Mon, 13 May 2024 02:49:46 +0000 |
Have made a user customised variable
(defcustom bdrive-buffer-name "Orellana"
"Variable to store the name of the bdrive buffer."
:type 'string
:group 'bulldrive)
How can I allow users to specify a different name from their
emacs configuration file, rather than using customise-variable ?
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Changing user customised variable from emacs init file,
Heime <=