You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
John Turner 8a028d54dd
removed display-buffer-alist update function
Before we had a function that updated display-buffer-alist whenever
the frame's size was changed, so that info windows like flymake or
flycheck open would snap to either the bottom or right hand side of the
frame depending on whether the window manager had the frame squeezed
vertically (like when you have two windows side by side split
vertically).

Now instead of having that function run every time the frame resizes,
we just make the 'side property a function that should get evaluated
each time the property is read. The function returns either 'bottom or
'right depending on the frame's current size in pixels.
2 years ago
..
company init 2 years ago
conf-mode init 2 years ago
dired init 2 years ago
display-buffer removed display-buffer-alist update function 2 years ago
eglot init 2 years ago
eldoc init 2 years ago
electric init 2 years ago
flycheck removed display-buffer-alist update function 2 years ago
flymake removed display-buffer-alist update function 2 years ago
garbage-collection init 2 years ago
ibuffer setup ibuffer 2 years ago
keys setup ibuffer 2 years ago
lsp-mode init 2 years ago
man restored man config module 2 years ago
native-comp init 2 years ago
package init 2 years ago
prog-mode init 2 years ago
project init 2 years ago
recentf init 2 years ago
savehist init 2 years ago
text-mode init 2 years ago
tramp init 2 years ago