X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=blobdiff_plain;f=elpher.el;h=92362286feaa06344491a0f618c5b043166d70e8;hb=refs%2Ftags%2Fv3.4.1;hp=4498c6c6396ccd2056b201008c0cafcb81f22f95;hpb=eb650bff13f8ec7c9504c0937b4395617cfdfd53;p=elpher.git diff --git a/elpher.el b/elpher.el index 4498c6c..9236228 100644 --- a/elpher.el +++ b/elpher.el @@ -5,7 +5,7 @@ ;; Author: Tim Vaughan ;; Created: 11 April 2019 -;; Version: 3.4.0 +;; Version: 3.4.1 ;; Keywords: comm gopher ;; Homepage: https://thelambdalab.xyz/elpher ;; Package-Requires: ((emacs "27.1")) @@ -70,7 +70,7 @@ ;;; Global constants ;; -(defconst elpher-version "3.4.0" +(defconst elpher-version "3.4.1" "Current version of elpher.") (defconst elpher-margin-width 6 @@ -310,10 +310,6 @@ meaningfully." '((t :inherit bold :height 1.2)) "Face used for gemini heading level 3.") -(defface elpher-gemini-preformatted - '((t :inherit fixed-pitch)) - "Face used for pre-formatted gemini text blocks.") - (defface elpher-gemini-quoted '((t :inherit font-lock-doc-face)) "Face used for gemini quoted texts.") @@ -1642,7 +1638,6 @@ If non-nil, ALT-TEXT is displayed alongside the button." PREF-ID is the value assigned to the \"invisible\" text attribute, which can be used to toggle the display of the preformatted text." (insert (propertize (concat (elpher-process-text-for-display line) "\n") - 'face 'elpher-gemini-preformatted 'invisible pref-id 'rear-nonsticky t)))