chiark / gitweb /
Merge remote-tracking branches 'spirit', 'crybaby' and 'staging'
authorMark Wooding <mdw@distorted.org.uk>
Thu, 20 May 2021 18:08:06 +0000 (19:08 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 20 May 2021 18:08:06 +0000 (19:08 +0100)
* spirit:
  firefox/stylus/stackoverflow.com.css: Add style for Stackmumble.
  firefox/stylus/wikimedia.org.css: Apply Mediawiki styling at the client side.
  firefox/stylus/tvtropes.com.css: Make the text be actually white.
  firefox/stylus/salsa.debian.org.css: Focus style changes more carefully.
  firefox/stylus/salsa.debian.org.css: Reformat the body style.
  bin/, Makefile: Add some scripts for doing stuff to remote machines.
  dot/emacs: Reconfigure PostScript printing of buffers.
  el/dot-emacs.el: Fix fontification in printouts.
  el/dot-emacs.el: Print buffers in a condensed version of Courier.
  el/dot-emacs.el: Don't print `flyspell' overlays.
  firefox/chrome-userContent.css: Remove (invisible) borders round monospace.
  firefox/chrome-userContent.css: Set headings in sans.
  firefox/searchplugins/: Add some search engine definitions.
  bin/mdw-build: Prepare for a world where `mdw-setup' doesn't exist any more.

* crybaby:
  el/dot-emacs.el: Fix `loop' indentation for older Emacsen.
  bin/hyperspec: Track changes to Emacs hyperspec internals.

* staging:
  firefox/stylus.slack.com.css: Kick Slack styling some more.
  el/dot-emacs.el: Rename the Trustonic C styles.

1  2  3  4 
dot/emacs
el/dot-emacs.el

diff --cc dot/emacs
index 115c65af5ebbf560648aa40143a9588aec513653,88399932083e0d2eddd9b18d943312b09050d70c,2bb33180e74249bb99955e56f1efd0dc95050fbf,2bb33180e74249bb99955e56f1efd0dc95050fbf..370cfeefca76b75202f1c4d134f4a3e0dceaee88
+++ b/dot/emacs
      (global-set-key [?\C-c ?v ?i] 'vm-visit-imap-folder)
      (global-set-key [?\C-c ?v ?m] 'vm-visit-folder)
      (global-set-key [?\C-c ?v ?v] 'mdw-auto-revert)
 +++  (global-set-key [?\C-c ?w ?b] 'w3m-bookmark-view)
 +    (global-set-key [?\C-c ?w ?c] 'mdw-set-frame-colour)
      (global-set-key [?\C-c ?w ?d] 'mdw-divvy-window)
      (global-set-key [?\C-c ?w ?h] 'windmove-left)
      (global-set-key [?\C-c ?w ?j] 'windmove-down)
diff --cc el/dot-emacs.el
Simple merge