diff options
author | Thanos Apollo <[email protected]> | 2023-10-12 00:05:22 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-12 00:06:20 +0300 |
commit | 58ee489097dfebbdf706ba15ca27991be055e9cc (patch) | |
tree | 3654de529bf06bc523548c439b6e02b2d5b826bb /.emacs.d/init.el | |
parent | 14631edf758a0180bc12657384e91edb54bde030 (diff) |
emacs: Fix typos and docstrings
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index fceabe0..5935ab4 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1,4 +1,4 @@ -;;; thanos-dev.el --- Developer Tools Configuration -*- lexical-binding: t; -*- +;;; init.el --- Welcome to my Emacs configuration! -*- lexical-binding: t; -*- ;; Copyright (C) 2023 Thanos Apollo |