diff options
author | Case Duckworth | 2021-10-13 00:01:34 -0500 |
---|---|---|
committer | Case Duckworth | 2021-10-13 00:01:34 -0500 |
commit | f365aec712fef4aca0e746fa1a0184fad901ae68 (patch) | |
tree | 2a0cfbde6cfda0a6943fed9a14ee209df7d4bc48 | |
parent | totally unhelpful commit message (diff) | |
download | emacs-f365aec712fef4aca0e746fa1a0184fad901ae68.tar.gz emacs-f365aec712fef4aca0e746fa1a0184fad901ae68.zip |
yadda yadda yadda
I should actually like, note these changes. but i don't wanna
-rw-r--r-- | init.el | 17 |
1 files changed, 11 insertions, 6 deletions
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: | |||
983 | 983 | ||
984 | (setup shr | 984 | (setup shr |
985 | (:option shr-width fill-column | 985 | (:option shr-width fill-column |
986 | shr-max-width fill-column | ||
987 | shr-max-image-proportion 0.6 | 986 | shr-max-image-proportion 0.6 |
988 | shr-image-animate t | 987 | shr-image-animate t |
989 | shr-discard-aria-hidden t)) | 988 | shr-discard-aria-hidden t)) |
@@ -1500,7 +1499,9 @@ See also `crux-reopen-as-root-mode'." | |||
1500 | :repo "duckwork/electric-cursor")) | 1499 | :repo "duckwork/electric-cursor")) |
1501 | (electric-cursor-mode +1)) | 1500 | (electric-cursor-mode +1)) |
1502 | 1501 | ||
1503 | (setup (:straight elfeed | 1502 | (setup (:straight (elfeed |
1503 | :host github | ||
1504 | :repo "skeeto/elfeed") | ||
1504 | elfeed-protocol) | 1505 | elfeed-protocol) |
1505 | (:option elfeed-use-curl t | 1506 | (:option elfeed-use-curl t |
1506 | elfeed-curl-extra-arguments '("--insecure") | 1507 | elfeed-curl-extra-arguments '("--insecure") |
@@ -1541,9 +1542,7 @@ See also `crux-reopen-as-root-mode'." | |||
1541 | (:with-mode elfeed-show-mode | 1542 | (:with-mode elfeed-show-mode |
1542 | (:hook #'reading-mode) | 1543 | (:hook #'reading-mode) |
1543 | (:local-set shr-max-image-proportion 0.9 | 1544 | (:local-set shr-max-image-proportion 0.9 |
1544 | shr-width nil | 1545 | visual-fill-column-width (+ fill-column 5)) |
1545 | shr-max-width nil | ||
1546 | fill-column 0) | ||
1547 | ;; see https://irreal.org/blog/?p=8885 | 1546 | ;; see https://irreal.org/blog/?p=8885 |
1548 | (:bind "SPC" (defun elfeed-scroll-up-command (&optional arg) | 1547 | (:bind "SPC" (defun elfeed-scroll-up-command (&optional arg) |
1549 | "Scroll up or go to next feed item in Elfeed" | 1548 | "Scroll up or go to next feed item in Elfeed" |
@@ -1885,7 +1884,8 @@ browser defined in `browse-url-secondary-browser-function'." | |||
1885 | (setup (:straight markdown-mode) | 1884 | (setup (:straight markdown-mode) |
1886 | (:file-match (rx ".md" eos) | 1885 | (:file-match (rx ".md" eos) |
1887 | (rx ".markdown" eos)) | 1886 | (rx ".markdown" eos)) |
1888 | (:hook #'variable-pitch-mode) | 1887 | (:hook #'variable-pitch-mode |
1888 | #'visual-fill-column-mode) | ||
1889 | 1889 | ||
1890 | (:with-mode gfm-mode | 1890 | (:with-mode gfm-mode |
1891 | (:file-match (rx "README.md" eos)) | 1891 | (:file-match (rx "README.md" eos)) |
@@ -1897,6 +1897,11 @@ browser defined in `browse-url-secondary-browser-function'." | |||
1897 | (append apheleia-mode-alist) '(markdown-mode . markdownfmt) | 1897 | (append apheleia-mode-alist) '(markdown-mode . markdownfmt) |
1898 | (append apheleia-mode-alist) '(gfm-mode . markdownfmt))))) | 1898 | (append apheleia-mode-alist) '(gfm-mode . markdownfmt))))) |
1899 | 1899 | ||
1900 | (setup (:straight (frowny | ||
1901 | :host github | ||
1902 | :repo "duckwork/frowny.el")) | ||
1903 | (global-frowny-mode +1)) | ||
1904 | |||
1900 | (setup (:straight (mastodon | 1905 | (setup (:straight (mastodon |
1901 | :host github | 1906 | :host github |
1902 | :repo "mooseyboots/mastodon.el")) | 1907 | :repo "mooseyboots/mastodon.el")) |