From a5fef6324be38541e28bbf154f321cfa9087d1b1 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 9 Dec 2023 10:51:44 +0200 Subject: emacs: Rewrite thanos/applications-map - Use defvar-keymap - Rewrite it on thanos-commands.el --- .emacs.d/modules/thanos-tools.el | 3 --- 1 file changed, 3 deletions(-) (limited to '.emacs.d/modules/thanos-tools.el') 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) -- cgit v1.2.3