mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
Minor edits.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[geometry]
|
[geometry]
|
||||||
posx=16
|
posx=3856
|
||||||
posy=40
|
posy=40
|
||||||
sizex=1884
|
sizex=1884
|
||||||
sizey=1020
|
sizey=1020
|
||||||
@@ -9,4 +9,4 @@ view=icon
|
|||||||
recurse=true
|
recurse=true
|
||||||
sort=alpha
|
sort=alpha
|
||||||
icon_caps=false
|
icon_caps=false
|
||||||
dirs=${HOME}/wallpapers;
|
dirs=/home/dt/wallpapers;
|
||||||
|
|||||||
@@ -409,7 +409,7 @@ The settings below are specific to each of three different email accounts. Thes
|
|||||||
;; (smtpmail-smtp-service 587))))
|
;; (smtpmail-smtp-service 587))))
|
||||||
#+END_SRC
|
#+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
|
#+BEGIN_SRC emacs-lisp
|
||||||
(load "~/.doom.d/email")
|
(load "~/.doom.d/email")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user