@minoru As I began with fortran my definition of "navie" and "clever" seems to be the opposite with that one of yours.
#emacs #mastodonel Almost done with my revamped mastodon layout. Code at
https://codeberg.org/rougier/mastodon.el/src/branch/alt-timeline/lisp/mastodon-alt-tl.el (pull request ongoing)
@rayslava Алсо лайк за патченный терминус.
@rayslava Самое обидное что скорингу не за что уцепиться чтобы такое отсеить.
@bmzimmermann Hm, since you're new, I put evil in quotes as a joke, but it's how vim-like key and interface mode for emacs is called, evil-mode. So indeed you can use both at once, and it's quite popular alternative to default emacs accord keybindings.
@bmzimmermann Both, I'm that "evil".
@Cara kek
[July 2022] Do you know about #emacs zones? Kinda like screensavers but for your #emacs buffers.
Here's zone rainbow: https://xenodium.com/added-emacs-zone-rainbow
Обнаружилась вот такая милота под #android: https://f-droid.org/packages/com.cax.pmk.ext/
Кто идёт кататься на аэросанях?
@rayslava Yes, it was. Duders on irc suggested to delete dovecot indices and it pulled everything.
added editing of posts, edit notifications, and viewing posts' edit history.
also recently added lists functionality, following of hashtags, and filtered views for notifications. + lots of smaller fixes.
some issues will probably arise, feel free to holler.
Now all mastodon urls in my #Emacs open with #MastdonEl by re-purposing my-mastodon-open-url function and the regex to match mastodon-like urls from the config of @sachac!
Here's the code:
```
(add-to-list 'browse-url-handlers '("https?://[^/]+/@[^/]+/.*" . 'my-mastodon-open-at-point))
(defun my-mastodon-open-at-point ()
"Open the URL at point, or prompt if a URL is not found."
(interactive)
(mastodon-url-lookup (or (thing-at-point 'url) (read-string "URL: "))))
```
#emacs tip: To read popular tags you can subscribe to https://Instance/tags/Tagname.rss via #rss2email, then use #gnus scoring system to avoid unnecessary flaming noise.