<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Emacs on bascht.com</title><link>https://bascht.com/tags/emacs/</link><description>Recent content in Emacs on bascht.com</description><generator>Hugo -- gohugo.io</generator><language>de-de</language><lastBuildDate>Wed, 09 Nov 2022 17:38:50 +0100</lastBuildDate><atom:link href="https://bascht.com/tags/emacs/index.xml" rel="self" type="application/rss+xml"/><item><title>Letting mu4e reply from a catchall address</title><link>https://bascht.com/tech/2022/11/09/letting-mu4e-reply-from-a-catchall-address/</link><pubDate>Wed, 09 Nov 2022 17:38:50 +0100</pubDate><guid>https://bascht.com/tech/2022/11/09/letting-mu4e-reply-from-a-catchall-address/</guid><description>If you ever watched me register on a website, you might have noticed that I always pick the sites top level domain as the local part of my email. So, on example.com, I would register as example.com@bascht.com - that way I can make sure I have proper filters in place and in case there is spam delivered to any of those addresses, I have reasonable suspicion who dropped the ball.</description></item><item><title>''Copying all Pocket highlights with a bookmarklet - philnewton.net</title><link>https://bascht.com/posts/2021/10/13/copying-all-pocket-highlights-with-a-bookmarklet-philnewton.net/</link><pubDate>Wed, 13 Oct 2021 02:56:28 +0000</pubDate><guid>https://bascht.com/posts/2021/10/13/copying-all-pocket-highlights-with-a-bookmarklet-philnewton.net/</guid><description/></item><item><title>''Introduction to Emacs Lisp - Learning Emacs Lisp #1 - YouTube</title><link>https://bascht.com/posts/2021/01/10/introduction-to-emacs-lisp-learning-emacs-lisp-#1-youtube/</link><pubDate>Sun, 10 Jan 2021 15:33:36 +0000</pubDate><guid>https://bascht.com/posts/2021/01/10/introduction-to-emacs-lisp-learning-emacs-lisp-#1-youtube/</guid><description/></item><item><title>''BSAG » Switching to Selectrum for incremental narrowing in Emacs</title><link>https://bascht.com/posts/2020/12/06/bsag-switching-to-selectrum-for-incremental-narrowing-in-emacs/</link><pubDate>Sun, 06 Dec 2020 12:38:29 +0000</pubDate><guid>https://bascht.com/posts/2020/12/06/bsag-switching-to-selectrum-for-incremental-narrowing-in-emacs/</guid><description/></item><item><title>Display current org-mode clock in swaybar</title><link>https://bascht.com/tech/2020/09/16/display-current-org-mode-clock-in-swaybar/</link><pubDate>Wed, 16 Sep 2020 00:00:00 +0000</pubDate><guid>https://bascht.com/tech/2020/09/16/display-current-org-mode-clock-in-swaybar/</guid><description>I liked Benderteed&amp;#39;s blog post on how to display your current org-mode clock in i3blocks and since this could be easily ported to the swaybar, I decided to give it a try.
My setup looks a bit different though: I&amp;#39;m just interested in the currently clocked in heading, but I liked the chilling glasses, so I kept them:
(defun sway-org-clock-indicator () (if (org-clocking-p) (format &amp;#34;%s @ %s&amp;#34; org-clock-heading (format-seconds &amp;#34;%h:%m&amp;#34; (* (org-clock-get-clocked-time) 60))) (format &amp;#34;🕶 chilling&amp;#34;))) Bendersteeds implementation mostly lives in elisp, with hooks that also reload i3blocks, but since I am using i3status-rs and don&amp;#39;t want any processes to block i3status-rust, I buffer the output in a file.</description></item><item><title>Improve the plaintext email experience through format=flowed with long lines. - vxlabs</title><link>https://bascht.com/posts/2019/10/23/improve-the-plaintext-email-experience-through-formatflowed-with-long-lines.-vxlabs/</link><pubDate>Wed, 23 Oct 2019 10:21:48 +0000</pubDate><guid>https://bascht.com/posts/2019/10/23/improve-the-plaintext-email-experience-through-formatflowed-with-long-lines.-vxlabs/</guid><description/></item><item><title>Using results from one code block in another org-mode</title><link>https://bascht.com/posts/2019/02/20/using-results-from-one-code-block-in-another-org-mode/</link><pubDate>Wed, 20 Feb 2019 23:13:46 +0000</pubDate><guid>https://bascht.com/posts/2019/02/20/using-results-from-one-code-block-in-another-org-mode/</guid><description/></item><item><title>Migrating to Hugo 0.3x</title><link>https://bascht.com/tech/2018/03/03/migrating-to-hugo-0.3x/</link><pubDate>Sat, 03 Mar 2018 00:00:00 +0000</pubDate><guid>https://bascht.com/tech/2018/03/03/migrating-to-hugo-0.3x/</guid><description>My personal relation with Hugo has been a mixed bag but so far I&amp;#39;m still happy with it - especially since it supports native org-mode with version 0.19.
Trouble during the 0.3-something update I&amp;#39;m not too sure since when this has been broken on my side, but upon updating to 0.37 Hugo refused to build anything:
ERROR 2018/03/04 02:09:01 Error while rendering &amp;#34;page&amp;#34; in &amp;#34;blog/&amp;#34;: template: blog/single.</description></item><item><title>Enabling emacs style shortcuts in GNOME</title><link>https://bascht.com/tech/2016/04/01/enabling-emacs-style-shortcuts-in-gnome/</link><pubDate>Fri, 01 Apr 2016 00:00:00 +0000</pubDate><guid>https://bascht.com/tech/2016/04/01/enabling-emacs-style-shortcuts-in-gnome/</guid><description>Emacs aficionado? Want to use your beloved keyboard movements everywhere – including Firefox? Turns out this is just one command away:
$ gsettings set org.gnome.desktop.interface gtk-key-theme &amp;#34;Emacs&amp;#34; And we&amp;rsquo;re done.</description></item></channel></rss>