buffer-move
buffer-move copied to clipboard
Hi folks, the last commit broke my buff-move: `buf-move-left: Symbol’s value as variable is void: settings` It works okay, if I revert back to this commit... https://raw.githubusercontent.com/lukhas/buffer-move/25b7a989cf43414559717f87279654305b13e7c9/buffer-move.el happy to provide...
Hello, I used your key definitions for moving the windows . For example, is not defined unless it is changed to lower case for S, . I don't know why...
Windows 10, Emacs 25.1 After install from Melpa and set in my init.el `(require 'buffer-move)` I restart Emacs and get error: `Symbol's value as variable is void: closed` When I...
Currently, buffers moved from one window to another remain in the first window's history. This means that cycling through that window's buffers will bring the moved buffer back. It would...
I use both windmove and framemove (http://melpa.org/#/framemove) to move around my open windows and frames. buffer-move does not let me move buffers across frames.
Using `cl-` functions requires Emacs 24.3 and the `cl-lib` package. Not having this was causing an issue were `cl-flet` was apparently not working correctly, which was causing error messages like:...