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)
|
(unless (string-empty-p selected-term-buffer)
|
||||||
(switch-to-buffer 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
|
(use-package projectile :straight t
|
||||||
:custom
|
:custom
|
||||||
(projectile-completion-system 'auto)
|
(projectile-completion-system 'auto)
|
||||||
|
@ -89,8 +78,7 @@
|
||||||
:custom (vterm-shell (or (executable-find "fish") shell-file-name))
|
:custom (vterm-shell (or (executable-find "fish") shell-file-name))
|
||||||
:bind (("C-c v" . priime-terminal)
|
:bind (("C-c v" . priime-terminal)
|
||||||
("<f8>" . priime-split-terminal)
|
("<f8>" . priime-split-terminal)
|
||||||
("C-<f8>" . priime-find-terminal)
|
("C-<f8>" . priime-find-terminal)))
|
||||||
("C-c V" . priime-terminal-emulator)))
|
|
||||||
(use-package rg :straight t)
|
(use-package rg :straight t)
|
||||||
(use-package anzu :straight t
|
(use-package anzu :straight t
|
||||||
:bind ("C-c r a" . anzu-query-replace-regexp)
|
:bind ("C-c r a" . anzu-query-replace-regexp)
|
||||||
|
|
|
@ -53,7 +53,6 @@
|
||||||
fd
|
fd
|
||||||
home-manager
|
home-manager
|
||||||
yq
|
yq
|
||||||
just
|
|
||||||
|
|
||||||
nix-index
|
nix-index
|
||||||
nixfmt-classic
|
nixfmt-classic
|
||||||
|
|
|
@ -112,7 +112,6 @@
|
||||||
qbittorrent
|
qbittorrent
|
||||||
davinci-resolve-studio
|
davinci-resolve-studio
|
||||||
handbrake
|
handbrake
|
||||||
claude-code
|
|
||||||
|
|
||||||
# Required by DVR
|
# Required by DVR
|
||||||
kitty
|
kitty
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue