Skip to content

Commit 67b26df

Browse files
committed
Got a better way of setting the addresses
1 parent 06f1e66 commit 67b26df

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

emacs.org

-10
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,6 @@
189189
#+END_SRC
190190

191191
* Variables
192-
193-
General settings about me that other packages can use. The biggest
194-
problem is guessing my email address based on what computer I am using:
195-
196-
#+BEGIN_SRC elisp
197-
(if (equal "howard.abrams" user-login-name)
198-
(setq user-mail-address "[email protected]")
199-
(setq user-mail-address "[email protected]"))
200-
#+END_SRC
201-
202192
** Tabs vs Spaces
203193

204194
I have learned to distrust tabs in my source code, so let's make

0 commit comments

Comments
 (0)