From f365aec712fef4aca0e746fa1a0184fad901ae68 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 13 Oct 2021 00:01:34 -0500 Subject: yadda yadda yadda I should actually like, note these changes. but i don't wanna --- init.el | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index e25e73f..ddaf872 100644 --- a/init.el +++ b/init.el @@ -983,7 +983,6 @@ specific to most general, they are these: (setup shr (:option shr-width fill-column - shr-max-width fill-column shr-max-image-proportion 0.6 shr-image-animate t shr-discard-aria-hidden t)) @@ -1500,7 +1499,9 @@ See also `crux-reopen-as-root-mode'." :repo "duckwork/electric-cursor")) (electric-cursor-mode +1)) -(setup (:straight elfeed +(setup (:straight (elfeed + :host github + :repo "skeeto/elfeed") elfeed-protocol) (:option elfeed-use-curl t elfeed-curl-extra-arguments '("--insecure") @@ -1541,9 +1542,7 @@ See also `crux-reopen-as-root-mode'." (:with-mode elfeed-show-mode (:hook #'reading-mode) (:local-set shr-max-image-proportion 0.9 - shr-width nil - shr-max-width nil - fill-column 0) + visual-fill-column-width (+ fill-column 5)) ;; see https://irreal.org/blog/?p=8885 (:bind "SPC" (defun elfeed-scroll-up-command (&optional arg) "Scroll up or go to next feed item in Elfeed" @@ -1885,7 +1884,8 @@ browser defined in `browse-url-secondary-browser-function'." (setup (:straight markdown-mode) (:file-match (rx ".md" eos) (rx ".markdown" eos)) - (:hook #'variable-pitch-mode) + (:hook #'variable-pitch-mode + #'visual-fill-column-mode) (:with-mode gfm-mode (:file-match (rx "README.md" eos)) @@ -1897,6 +1897,11 @@ browser defined in `browse-url-secondary-browser-function'." (append apheleia-mode-alist) '(markdown-mode . markdownfmt) (append apheleia-mode-alist) '(gfm-mode . markdownfmt))))) +(setup (:straight (frowny + :host github + :repo "duckwork/frowny.el")) + (global-frowny-mode +1)) + (setup (:straight (mastodon :host github :repo "mooseyboots/mastodon.el")) -- cgit 1.4.1-21-gabe81