From 9fe39d31c3a6c7ec68480a3e052a1d9ca02d03d9 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 26 Dec 2020 22:42:55 -0600 Subject: [PATCH] Minor edits. --- .config/nitrogen/nitrogen.cfg | 4 ++-- .doom.d/config.org | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/nitrogen/nitrogen.cfg b/.config/nitrogen/nitrogen.cfg index 7af8078..7372c90 100644 --- a/.config/nitrogen/nitrogen.cfg +++ b/.config/nitrogen/nitrogen.cfg @@ -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; diff --git a/.doom.d/config.org b/.doom.d/config.org index 702f934..b255b43 100644 --- a/.doom.d/config.org +++ b/.doom.d/config.org @@ -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")