Fix header line format

This commit is contained in:
Alex Schroeder 2020-08-04 07:42:52 +02:00
parent ba3e9fee35
commit 610c69716e
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ PAGE is an Elpher page like `elpher-current-page'."
(setq-local elpher-current-page page)
(let ((address (elpher-page-address elpher-current-page)))
(when elpher-use-header
(setq header-line-format (elpher-address-to-url address))))
(setq header-line-format (url-unhex-string (elpher-address-to-url address)))))
(message "Use C-c C-c to save"))
(add-to-list 'gemini-mode-hook 'gemini-write-init)