X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=config.org;h=283e33688eee2c0a0978b5863afc9e9143b55454;hb=e70e7d6a5c0d6a0f67b3bf6f500a716694676c1f;hp=b8f9625dcbeb9149a3e98dc53c0be07e57f59026;hpb=e7058a6000a015f085cdfb29a45d1b3b29e8709f;p=config.org.git diff --git a/config.org b/config.org index b8f9625..283e336 100644 --- a/config.org +++ b/config.org @@ -326,6 +326,7 @@ Use elfeed for reading RSS. I have another file with all the feeds in it that I' (use-package elfeed :bind (("C-c e" . elfeed)) :config (load "~/.emacs.d/feeds.el") + :custom (elfeed-db-directory "~/.emacs.d/elfeed") :bind (:map elfeed-search-mode-map ("C-c C-o" . 'elfeed-show-visit))) #+end_src ** Email @@ -1194,6 +1195,6 @@ I use tmux in order to keep my st build light. Still learning how it works. ** sx #+begin_src shell :tangle ~/.config/sx/sxrc :tangle-mode (identity #o755) autostart & - dwmsetroot & + dwmblocks & exec dwm #+end_src