diff --git a/.emacs.d/include/priime-convenience.el b/.emacs.d/include/priime-convenience.el index b7b7460..c58d08a 100644 --- a/.emacs.d/include/priime-convenience.el +++ b/.emacs.d/include/priime-convenience.el @@ -57,17 +57,6 @@ (unless (string-empty-p selected-term-buffer) (switch-to-buffer selected-term-buffer)))) -(defun priime-terminal-emulator () - "Open $TERM in the current project or current directory." - (interactive) - (let ((target-dir (or (projectile-project-root) - (file-name-directory (buffer-file-name))))) - (priime--open-terminal-emulator target-dir))) - -(defun priime--open-terminal-emulator (dir) - "Open a terminal at DIR." - (start-process "*terminal*" nil "alacritty" "--working-directory" dir)) - (use-package projectile :straight t :custom (projectile-completion-system 'auto) @@ -89,8 +78,7 @@ :custom (vterm-shell (or (executable-find "fish") shell-file-name)) :bind (("C-c v" . priime-terminal) ("" . priime-split-terminal) - ("C-" . priime-find-terminal) - ("C-c V" . priime-terminal-emulator))) + ("C-" . priime-find-terminal))) (use-package rg :straight t) (use-package anzu :straight t :bind ("C-c r a" . anzu-query-replace-regexp) diff --git a/nix/hosts/common/sys.nix b/nix/hosts/common/sys.nix index 805a529..be5540e 100644 --- a/nix/hosts/common/sys.nix +++ b/nix/hosts/common/sys.nix @@ -53,7 +53,6 @@ fd home-manager yq - just nix-index nixfmt-classic diff --git a/nix/hosts/framework/home.nix b/nix/hosts/framework/home.nix index 7fb81e6..cd7f0a1 100644 --- a/nix/hosts/framework/home.nix +++ b/nix/hosts/framework/home.nix @@ -112,7 +112,6 @@ qbittorrent davinci-resolve-studio handbrake - claude-code # Required by DVR kitty