clean out todo, add irc helper
This commit is contained in:
parent
d5f90a7b37
commit
2d601ff131
1 changed files with 15 additions and 0 deletions
15
init.org
15
init.org
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue