diff options
author | Thanos Apollo <[email protected]> | 2023-12-09 10:51:44 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-09 10:56:59 +0200 |
commit | a5fef6324be38541e28bbf154f321cfa9087d1b1 (patch) | |
tree | 4b8d5fc594497bc36ae8b287de89343dc0d9534b /.emacs.d/modules/thanos-tools.el | |
parent | f74354ae3d2912686b87d20426d8155865939306 (diff) |
emacs: Rewrite thanos/applications-map
- Use defvar-keymap
- Rewrite it on thanos-commands.el
Diffstat (limited to '.emacs.d/modules/thanos-tools.el')
-rw-r--r-- | .emacs.d/modules/thanos-tools.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.d/modules/thanos-tools.el b/.emacs.d/modules/thanos-tools.el index 6be911c..41d4592 100644 --- a/.emacs.d/modules/thanos-tools.el +++ b/.emacs.d/modules/thanos-tools.el @@ -139,7 +139,6 @@ ;; Python (require 'python-mode) (add-to-list 'auto-mode-alist '("\\.py\\'" . python-mode)) -(add-hook 'python-mode #'eglot) ;; json (require 'json-mode) @@ -148,8 +147,6 @@ ;; ChatGPT (require 'gptel) -(define-key 'thanos/applications-map (kbd "c") 'gptel-send) - (setf gptel-api-key (password-store-get "chatgpt/api") gptel-model 'gpt-4-32k) |