mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: define notmuch-hello-url as a constant
This commit is contained in:
parent
dfd99c7fba
commit
471f161850
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ International Bureau of Weights and Measures."
|
|||
:group 'notmuch-hello
|
||||
:group 'notmuch-hooks)
|
||||
|
||||
(defvar notmuch-hello-url "https://notmuchmail.org"
|
||||
(defconst notmuch-hello-url "https://notmuchmail.org"
|
||||
"The `notmuch' web site.")
|
||||
|
||||
(defvar notmuch-hello-custom-section-options
|
||||
|
|
Loading…
Reference in a new issue