Dotfiles/site-modules/core
Ade Attwood 4b71e6bc0e fix(emacs): change window delete keybinding wd
The current keybinding was set to kill the buffer that was causing an
issue when there was a spit of the same buffers and you wanted to
close one. If your were in this situation them the buffer would be
deleted and both of the windows would close. This is not what I want
from the "delete window" command, the expected behaviour is to close
the one window and leave the other window. This is what
`evil-window-delete` dose. This prevents the buffer from getting
deleted and if it is the last buffer emacs would then close.
2021-05-16 20:00:59 +01:00
..
files fix(emacs): change window delete keybinding wd 2021-05-16 20:00:59 +01:00
lib refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
manifests feat(emacs): add code files to move away from spacemacs 2021-03-16 20:12:46 +00:00
templates fix(git): force git to open commits in terminal editor 2021-04-16 19:59:30 +01:00