clean out todo, add irc helper

This commit is contained in:
Peter Tillemans 2025-09-02 02:30:35 +02:00
parent d5f90a7b37
commit 2d601ff131

View file

@ -4292,6 +4292,21 @@ inspiration
: t : t
A helper function to start IRC in a new frame (which will be moved to
desktop 6 by window rules) and switch to systemcrafters
#+BEGIN_SRC emacs-lisp
(defun snm/irc ()
(interactive)
(make-frame)
(select-frame-set-input-focus (next-frame))
(rcirc nil)
(switch-to-buffer "#systemcrafters@znc"))
#+END_SRC
#+RESULTS:
: snm/irc
** Elfeed configuration ** Elfeed configuration
Configures Elfeed, an RSS feed reader for Emacs: Configures Elfeed, an RSS feed reader for Emacs:
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp