Compare commits
No commits in common. "cc031160ad6355b43dc127663f285a00d4a25a3c" and "390518f94dc6aee60a525447714b17a644496a79" have entirely different histories.
cc031160ad
...
390518f94d
3 changed files with 1 additions and 15 deletions
|
@ -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)
|
||||
("<f8>" . priime-split-terminal)
|
||||
("C-<f8>" . priime-find-terminal)
|
||||
("C-c V" . priime-terminal-emulator)))
|
||||
("C-<f8>" . priime-find-terminal)))
|
||||
(use-package rg :straight t)
|
||||
(use-package anzu :straight t
|
||||
:bind ("C-c r a" . anzu-query-replace-regexp)
|
||||
|
|
|
@ -53,7 +53,6 @@
|
|||
fd
|
||||
home-manager
|
||||
yq
|
||||
just
|
||||
|
||||
nix-index
|
||||
nixfmt-classic
|
||||
|
|
|
@ -112,7 +112,6 @@
|
|||
qbittorrent
|
||||
davinci-resolve-studio
|
||||
handbrake
|
||||
claude-code
|
||||
|
||||
# Required by DVR
|
||||
kitty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue