edwina
edwina copied to clipboard
Dynamic window manager for Emacs – GitHub mirror
emacs 27.2(debian buster, emacs from buster-backports), helm(if I change helm to ivy - all ok) If I activate edwina ```elisp (use-package edwina :ensure t :pin melpa :config (setq edwina-keymap-prefix (kbd...
Fixes ajgrf/edwina#13.
Allow side-by-side placement of multiple windows in the master area, for situations where `edwina-nmaster` is greater than one.
subj:)
When using edwina, my org mode agenda stops working. It shows just ``` Week-agenda (W04): måndag, 25 januari 2021 ======================= Org mode dummy ``` This is how I configure edwina:...
`counsel-rg` searches files for occurrences of a regexp, and then, upon selecting a particular occurrence, jumps to the appropriate location in the matching file. This is broken and jumps to...
It seems like edwina have a problem with [ggtags](https://github.com/leoliu/ggtags). The problem seems to be with `display-buffer`. ggtags has a macro [`with-display-buffer-no-window`](https://github.com/leoliu/ggtags/blob/master/ggtags.el#L64) ```elisp (defmacro with-display-buffer-no-window (&rest body) (declare (debug t) (indent...
Hi, When using edwina mode, and trying to exit emacs while using EXWM, it fails to exit. It does pops up a window with running processes, but the confirmation dialog...
C-h f \`edwina-zoom' says: > Zoom/cycle the selected window to/from master area. However, In my experience, it actually seems to be cycle not necessarily to/from the _master_ area, but rather...
[SLIME](https://common-lisp.net/project/slime/) is a Emacs mode for Common Lisp development. Among its features there's macro-expansion. When the cursor is on a form, users can invoke `slime-expand-1` (typically bound to `C-c C-m`...