X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=b018cc9e8a8694d485ef3a3044c40d9c7f34e5d2;hp=4e69967583a530950555e4c248a5c80d5c98c0ea;hb=5705f7a053a80c7234f30f7dae6f7931afdc6fcc;hpb=ce5cd208ce378fd4fd286f5c701e206d3208d9f3 diff --git a/elpher.el b/elpher.el index 4e69967..b018cc9 100644 --- a/elpher.el +++ b/elpher.el @@ -2240,7 +2240,8 @@ functions which initialize the client, namely (setq-local elpher-history nil) (setq-local elpher-buffer-name (buffer-name)) (setq-local bookmark-make-record-function #'elpher-bookmark-make-record) - (setq-local imenu-create-index-function (lambda () elpher--gemini-page-headings))) + (setq-local imenu-create-index-function (lambda () elpher--gemini-page-headings)) + (setq-local xterm-color-preserve-properties t)) (when (fboundp 'evil-set-initial-state) (evil-set-initial-state 'elpher-mode 'motion))