about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-windows.el
Commit message (Expand)AuthorAgeFilesLines
* straight.el -> elpacaDavid Morgan2023-05-191-7/+7
* Yet another pointless deferDavid Morgan2023-05-181-1/+2
* Add latest buffer switching experimentsDavid Morgan2023-01-171-11/+22
* Use avy-style keys for ace-window, and add always dispatch versionDavid Morgan2023-01-061-1/+9
* Fix frog-jump-buffer-filter-actionsDavid Morgan2022-10-251-8/+8
* Shorten docstring to fix warningDavid Morgan2022-10-251-1/+1
* Integrate buffer-ring and frog-jump-buffer with perspective.elDavid Morgan2022-10-241-11/+48
* cbm repeat bindingsDavid Morgan2022-10-241-2/+6
* Tweak frog-jump-buffer settingsDavid Morgan2022-10-241-0/+1
* Try out various packagesDavid Morgan2022-10-211-0/+46
* Change popper bindingsDavid Morgan2022-10-181-3/+3
* Add helpful windows to popper listDavid Morgan2022-10-121-10/+12
* Try out straightDavid Morgan2022-10-101-2/+1
* Remove un-needed bindingDavid Morgan2022-10-061-3/+0
* Fix fullframe configDavid Morgan2022-10-051-2/+2
* Treat restclient response buffers as popupsDavid Morgan2022-09-051-0/+1
* Remove leftover dashboard referenceDavid Morgan2022-09-051-1/+1
* Set use-package-always-deferDavid Morgan2022-08-301-0/+1
* Try popperDavid Morgan2022-08-261-0/+13
* Use repeat for winner-undo/redoDavid Morgan2022-08-181-1/+10
* Use repeat instead of smartrepDavid Morgan2022-08-131-7/+0
* Enable switch-to-buffer-obey-display-actionsDavid Morgan2022-08-111-0/+2
* Go back to fullframe for magitDavid Morgan2021-10-051-1/+1
* Use smartrep for previous/next-bufferDavid Morgan2021-09-091-1/+3
* Try magit built-in functionality instead of fullframeDavid Morgan2021-08-281-1/+1
* Move uniquifyDavid Morgan2021-08-231-0/+5
* Fix fullframe configDavid Morgan2021-08-191-1/+2
* Add vc-annotate to fullframe listDavid Morgan2021-08-191-1/+1
* Change/move some window and buffer key bindingsDavid Morgan2021-08-181-1/+8
* Add new .emacs.dDavid Morgan2021-08-171-0/+65
40 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466