diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-15 22:17:48 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-15 22:17:48 -0500 |
commit | 1b903ae2028a0e9c09946ad8a1cb98039f744ed0 (patch) | |
tree | 0985cf8d50c6d76298850fe8b23522184781f603 | |
parent | 93ac0b0fb91708f574589f44fb5474e05f2e66db (diff) | |
download | emacs-personal-1b903ae2028a0e9c09946ad8a1cb98039f744ed0.tar.lz emacs-personal-1b903ae2028a0e9c09946ad8a1cb98039f744ed0.tar.xz emacs-personal-1b903ae2028a0e9c09946ad8a1cb98039f744ed0.zip |
Un-indent in settings
-rw-r--r-- | settings.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.el b/settings.el index bb974c2..ae8938e 100644 --- a/settings.el +++ b/settings.el @@ -3,7 +3,6 @@ ;; custom settings!!! ;;; Code: - (setq user-full-name "LibreUser.") (setq user-mail-address "name@domain.com") |