3 Commits

  1. 6
      .gitmodules
  2. 1
      borg/blacken
  3. 1
      borg/ssh-config-mode
  4. 6
      personal/global-modes.el

6
.gitmodules

@ -10,6 +10,9 @@
[submodule "better-shell"]
path = borg/better-shell
url = https://github.com/killdash9/better-shell
[submodule "blacken"]
path = borg/blacken
url = https://github.com/pythonic-emacs/blacken
[submodule "company"]
path = borg/company
url = https://github.com/company-mode/company-mode
@ -46,6 +49,9 @@
[submodule "s"]
path = borg/s
url = https://github.com/magnars/s.el
[submodule "ssh-config-mode"]
path = borg/ssh-config-mode
url = https://github.com/jhgorrell/ssh-config-mode-el
[submodule "straight"]
path = borg/straight
url = https://github.com/radian-software/straight.el

1
borg/blacken

@ -0,0 +1 @@
Subproject commit 456596e00f8277eafd9a08c62a71df06e8cad2c5

1
borg/ssh-config-mode

@ -0,0 +1 @@
Subproject commit d560a0876a93ad4130baf33dae1b9405ad37a405

6
personal/global-modes.el

@ -13,3 +13,9 @@
:bind
(("C-!" . iedit-mode)
("M-]" . iedit-mode)))
(use-package t
:bind
(("C-; r" . better-shell-remote-open)
("C-; !" . better-shell-sudo-here)
("C-; s" . better-shell-shell)))
Loading…
Cancel
Save