Minor edits.

This commit is contained in:
Derek Taylor 2020-12-26 22:42:55 -06:00
parent 671c672689
commit 9fe39d31c3
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[geometry]
posx=16
posx=3856
posy=40
sizex=1884
sizey=1020
@ -9,4 +9,4 @@ view=icon
recurse=true
sort=alpha
icon_caps=false
dirs=${HOME}/wallpapers;
dirs=/home/dt/wallpapers;

View File

@ -409,7 +409,7 @@ The settings below are specific to each of three different email accounts. Thes
;; (smtpmail-smtp-service 587))))
#+END_SRC
I'm sourcing an elisp file (~/.doom.d/email) that contains the above source block but with my actual email settings. I do this so I don't have to share my email addresses (other than derek@distrotube.com) publicly. If you uncommented the above source block to use, then you should comment out or delete this block below.
I'm sourcing an elisp file (~/.doom.d/email.el) that contains the above source block but with my actual email settings. I do this so I don't have to share my email addresses (other than derek@distrotube.com) publicly. If you uncommented the above source block to use, then you should comment out or delete this block below.
#+BEGIN_SRC emacs-lisp
(load "~/.doom.d/email")