]> git.armaanb.net Git - config.org.git/blobdiff - config.org
Move elfeed databse
[config.org.git] / config.org
index f5b3cc3a195c1935a7a99e3f6a2edde3d4632394..283e33688eee2c0a0978b5863afc9e9143b55454 100644 (file)
@@ -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
@@ -732,9 +733,8 @@ Abbreviate things! I just use this for things like my email address and copyrigh
   (defun doas-edit (&optional arg)
     "Edit currently visited file as root.
 
-    With a prefix ARG prompt for a file to visit.
-    Will also prompt for a file to visit if current
-    buffer is not visiting a file.
+    With a prefix ARG prompt for a file to visit.  Will also prompt
+    for a file to visit if current buffer is not visiting a file.
 
     Modified from Emacs Redux."
     (interactive "P")
@@ -1195,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