diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-15 22:11:04 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-15 22:11:04 -0500 |
commit | 31f0f0b5866965fa9349fff94da98f4a5889a632 (patch) | |
tree | b0f5ee393b9ff073040331390fcf1b9ab24e5497 | |
parent | e7d4c4b03d0213a7f3f7738aab4bf943061f71eb (diff) | |
download | emacs-personal-31f0f0b5866965fa9349fff94da98f4a5889a632.tar.lz emacs-personal-31f0f0b5866965fa9349fff94da98f4a5889a632.tar.xz emacs-personal-31f0f0b5866965fa9349fff94da98f4a5889a632.zip |
minor fix
-rw-r--r-- | settings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.el b/settings.el index 9185dcb..cb84f18 100644 --- a/settings.el +++ b/settings.el @@ -1,4 +1,4 @@ -;;; settings.el --- .Emacs Configuration -*- lexical-binding: t -*- +;;; settings.el --- .Emacs Configuration -*- lexical-binding: t; -*- ;;; Commentary: ;;; Code: |