diff options
author | Thanos Apollo <[email protected]> | 2023-10-09 09:22:40 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-09 09:23:17 +0300 |
commit | f22258f532a665eb76632390128334da81dd26f6 (patch) | |
tree | 662b64da02eb28d8197918e2fc05a6d40eb6dccd /.emacs.d/modules | |
parent | 5ede01db492c1a69d74dc73ec733189afd681b6d (diff) |
emacs:(init) Enable all commands
Diffstat (limited to '.emacs.d/modules')
-rw-r--r-- | .emacs.d/modules/thanos-tools.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/modules/thanos-tools.el b/.emacs.d/modules/thanos-tools.el index 974baf3..9e444c3 100644 --- a/.emacs.d/modules/thanos-tools.el +++ b/.emacs.d/modules/thanos-tools.el @@ -1,4 +1,4 @@ -;;; thanos-dev.el --- Developer Tools Configuration -*- lexical-binding: t; -*- +;;; thanos-tools.el --- Tools Configuration -*- lexical-binding: t; -*- ;; Copyright (C) 2023 Thanos Apollo @@ -147,4 +147,4 @@ gptel-model 'gpt-4-32k) (provide 'thanos-tools) -;;; thanos-devtools.el ends here +;;; thanos-tools.el ends here |