From 9509eec0a0209b9eeb2e0185613d8ddace0e0f59 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 8 Sep 2023 15:26:14 +0300 Subject: emacs: Update dev tools - Add project-magit - Use eglot for python --- .emacs.d/modules/thanos-commands.el | 3 --- 1 file changed, 3 deletions(-) (limited to '.emacs.d/modules/thanos-commands.el') diff --git a/.emacs.d/modules/thanos-commands.el b/.emacs.d/modules/thanos-commands.el index 8b3407e..8966d96 100644 --- a/.emacs.d/modules/thanos-commands.el +++ b/.emacs.d/modules/thanos-commands.el @@ -29,8 +29,6 @@ ;; ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰╯ ;;; Code: -(require 'gptel) - (defvar vm-directory "~/virtual-machines/") @@ -39,7 +37,6 @@ (let ((command-parts (split-string command "[ ]+"))) (apply #'call-process `(,(car command-parts) nil 0 nil ,@(cdr command-parts))))) - (defun thanos/emacs-keys () "Swap caps with ctrl." (interactive) -- cgit v1.2.3