Mercurial > hg > cc > cirrus_work
changeset 236:9d748ef46335
font hacking, see also lib/xemacs/common-init.el
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Thu, 26 Sep 2024 12:29:27 +0100 |
parents | 60e95defd1ec |
children | 567ba6010658 |
files | .Xdefaults .config/xfce4/terminal/terminalrc .xemacs/custom.el |
diffstat | 3 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.Xdefaults Thu Sep 26 12:25:54 2024 +0100 +++ b/.Xdefaults Thu Sep 26 12:29:27 2024 +0100 @@ -11,6 +11,7 @@ !XEmacs*screen.geometry: 81x25 XEmacs*minibuf.geometry: 81x1 XEmacs*BitmapIcon: false +XEmacs*font: -*-Lucidatypewriter-medium-r-*-*-*-100-*-*-*-*-ISO8859-1 !XEmacs*font: -adobe-courier-medium-r-normal-*-14-140-*-*-*-*-*-* XEmacs*fcFontName: DejaVu Sans Mono:antialias=true XEmacs.modeline.attributeFont: DejaVu Sans:antialias=true
--- a/.config/xfce4/terminal/terminalrc Thu Sep 26 12:25:54 2024 +0100 +++ b/.config/xfce4/terminal/terminalrc Thu Sep 26 12:29:27 2024 +0100 @@ -28,4 +28,5 @@ MiscNewTabAdjacent=FALSE MiscSearchDialogOpacity=100 MiscShowUnsafePasteDialog=TRUE +FontName=Monospace 10
--- a/.xemacs/custom.el Thu Sep 26 12:25:54 2024 +0100 +++ b/.xemacs/custom.el Thu Sep 26 12:29:27 2024 +0100 @@ -32,8 +32,10 @@ ; '(toolbar-visible-p nil) ) (message "custom 1 . . .") -(custom-set-faces - '(default ((t (:size "12pt" :family "Lucidatypewriter"))) t)) +;'(custom-set-faces +;'(default ((t (:size "12pt" :family "Lucidatypewriter"))) t)) (message "custom 2...") ;(global-set-key "\C-xl" (function goto-line)) ;(global-set-key "\M-r" 'replace-string) + +