changeset 114:5818d79c4ec9

a few more from ecclerig, comment out some duplicates
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Tue, 26 Sep 2023 14:18:40 +0100
parents 4a52585a1aac
children 0b1e6e134aca
files .xemacs/custom.el
diffstat 1 files changed, 13 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/.xemacs/custom.el	Tue Sep 26 09:03:47 2023 +0100
+++ b/.xemacs/custom.el	Tue Sep 26 14:18:40 2023 +0100
@@ -2,32 +2,36 @@
  '(py-indent-offset 2)
  '(adaptive-fill-mode t)
  '(browse-url-firefox-new-window-is-tab t)
- '(browse-url-new-window-flag nil t)
+; '(browse-url-new-window-flag nil t)
  '(ediff-coding-system-for-write (quote escape-quoted))
  '(frame-title-format "hst" t)
  '(gutter-buffers-tab-visible-p nil)
  '(message-use-toolbar nil t)
  '(modeline-3d-p t)
+ '(line-number-mode t)
+ '(column-number-mode t)
  '(progress-feedback-use-echo-area t)
  '(toolbar-visible-p nil))
 (message "custom 0 . . .")
 (custom-set-variables
- '(adaptive-fill-mode t)
+; '(adaptive-fill-mode t)
 ; '(bbdb-offer-save 'always)
 ; '(bbdb-quiet-about-name-mismatches 0)
- '(browse-url-firefox-new-window-is-tab t)
+; '(browse-url-firefox-new-window-is-tab t)
  '(browse-url-new-window-flag nil)
 ; '(canlock-password "1b392767672e36dae4a8c9fbd67210839c8932aa")
- '(frame-title-format "hst" t)
+; '(frame-title-format "hst" t)
 ; '(gnus-install-group-spam-parameters nil)
 ; '(gnus-use-toolbar nil)
- '(gutter-buffers-tab-visible-p nil)
- '(message-use-toolbar nil t)
- '(modeline-3d-p t)
- '(progress-feedback-use-echo-area t)
+; '(gutter-buffers-tab-visible-p nil)
+; '(message-use-toolbar nil t)
+; '(modeline-3d-p t)
+; '(progress-feedback-use-echo-area t)
 ; '(toolbar-mail-reader 'gnus)
 ; '(toolbar-news-reader 'gnus)
- '(toolbar-visible-p nil))
+; '(toolbar-visible-p nil))
 (message "custom 1 . . .")
 (custom-set-faces
  '(default ((t (:size "12pt" :family "Lucidatypewriter"))) t))
+(message "custom 2...")
+(global-set-key "\C-xl" (function goto-line))