Add mode assignments for websites.

This commit is contained in:
tastytea 2021-05-13 03:14:03 +02:00
parent dfab34e547
commit 6af77ec055
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 1 deletions

View File

@ -55,7 +55,9 @@
("^wiki\\.gentoo\\.org$" . mediawiki-mode)
("^github\\.com$" . gfm-mode)
("^gitlab\\.com$" . gfm-mode)
("^gitlab\\.gnome\\.org$" . gfm-mode)))
("^gitlab\\.gnome\\.org$" . gfm-mode)
("^openlibrary\\.org$" . markdown-mode)
("^bookwyrm\\.social$" . markdown-mode)))
(atomic-chrome-buffer-open-style 'frame))
:hook (atomic-chrome-edit-mode . (lambda () (set-fill-column 400))))