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
config removed display-buffer-alist update function 2 years ago
lisp/man-wrapper removed backup-before-save 2 years ago
themes init 2 years ago
.gitignore renamed load-local-lisp.el to load-lisp.el 2 years ago
custom.el init 2 years ago
init.el renamed load-local-lisp.el to load-lisp.el 2 years ago
load-config.el setup ibuffer 2 years ago
load-lisp.el renamed load-local-lisp.el to load-lisp.el 2 years ago