I am the stupidest idiot. Of course there would be a built in impl

This commit is contained in:
Benson Chu 2020-01-03 20:56:04 -06:00
parent 65f73da14b
commit d983736092
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View file

@ -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

View file

@ -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

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