Mercurial > hg > xemacs
comparison pers-init.el @ 58:32a75a4db17b
try to paramterise email handling a bit more
revert use of device-type-hacking
author | Henry S Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 03 Apr 2024 12:41:35 +0100 |
parents | eee08de75336 |
children |
comparison
equal
deleted
inserted
replaced
57:0d4e2fbdb6aa | 58:32a75a4db17b |
---|---|
220 ;; DICE comes here 2012-01-13 | 220 ;; DICE comes here 2012-01-13 |
221 (setq interprogram-paste-function (lambda () | 221 (setq interprogram-paste-function (lambda () |
222 (or (get-clipboard-foreign) | 222 (or (get-clipboard-foreign) |
223 (if (selection-exists-p) | 223 (if (selection-exists-p) |
224 (get-selection-foreign))))) | 224 (get-selection-foreign))))) |
225 (load "device-type-hacking" t t) | 225 ;(load "device-type-hacking" t t) |
226 (setq zmacs-regions t) | |
226 ;; override changed default, except in gnus | 227 ;; override changed default, except in gnus |
227 (message "dth") | 228 (message "dth") |
228 (site-caseq (edin | 229 (site-caseq (edin |
229 (setq highlight-headers-follow-url-function | 230 (setq highlight-headers-follow-url-function |
230 'browse-url-firefox | 231 'browse-url-firefox |