mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
I am the stupidest idiot. Of course there would be a built in impl
This commit is contained in:
parent
65f73da14b
commit
d983736092
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -55,3 +55,6 @@
|
|||
[submodule "custom/org-ql"]
|
||||
path = submodule/org-ql
|
||||
url = https://github.com/pestctrl/org-ql/
|
||||
[submodule "submodule/emacs-piper"]
|
||||
path = submodule/emacs-piper
|
||||
url = https://gitlab.com/howardabrams/emacs-piper
|
||||
|
|
|
|||
|
|
@ -26,5 +26,5 @@
|
|||
(define-key *root-map* (kbd "o") 'switch-window)
|
||||
(define-key *root-map* (kbd "n") 'toggle-notifications)
|
||||
(define-key *root-map* (kbd "RET") 'dired-jump)
|
||||
(define-key *root-map* (kbd "C-b") (lambda () (interactive) (switch-to-buffer (other-buffer (current-buffer) 1))))
|
||||
(define-key *root-map* (kbd "C-b") 'previous-buffer)
|
||||
|
||||
|
|
|
|||
1
submodule/emacs-piper
Submodule
1
submodule/emacs-piper
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit a1aeb5cb08ca5a0d69fca6c587b47031a2acc403
|
||||
Loading…
Reference in a new issue