about summary refs log tree commit diff stats
path: root/.emacs.d
Commit message (Expand)AuthorAgeFilesLines
* Remove most symbol/thing-at-point commands and bindingsDavid Morgan2024-11-072-22/+5
* Improve affe symbol-at-point commandsDavid Morgan2024-11-071-15/+10
* Update elpaca installer blockDavid Morgan2024-11-051-13/+13
* Exclude perspective from automatic reloadingDavid Morgan2024-11-051-2/+2
* Add consult-recent-xrefDavid Morgan2024-10-261-1/+23
* Remove functionality merged upstreamDavid Morgan2024-10-251-5/+0
* Use modfied casual-isearch instead of custom menuDavid Morgan2024-10-231-90/+17
* Accomodate new casual collection organisationDavid Morgan2024-10-233-2/+7
* Fix isearch-{beginning,end}-of-buffer bindingsDavid Morgan2024-10-231-4/+2
* Fix binding clashDavid Morgan2024-10-231-2/+2
* Change csv-mode bindingsDavid Morgan2024-10-181-2/+3
* Tweak restclient bindingsDavid Morgan2024-10-181-2/+2
* Make function into a commandDavid Morgan2024-10-181-0/+1
* Fix function nameDavid Morgan2024-10-181-1/+1
* Make sure xref settings are not overwrittenDavid Morgan2024-10-181-0/+4
* Make sure M-. is bound to embark-dwimDavid Morgan2024-10-161-0/+2
* Rename include-all to deadgrep--include-allDavid Morgan2024-10-141-3/+3
* Replace fancy-dabbrev with mono-completeDavid Morgan2024-10-143-13/+28
* Remove upstreamed codeDavid Morgan2024-10-141-10/+0
* Add deadgrep bindings to match grep-modeDavid Morgan2024-10-121-1/+3
* Add missing whitespaceDavid Morgan2024-10-121-1/+1
* Add embark-dwim-beginning-of-listDavid Morgan2024-10-111-0/+9
* Turn on next-error-follow-minor-mode in deadgrep-modeDavid Morgan2024-10-111-0/+1
* Fix auto-reload functionDavid Morgan2024-10-111-2/+2
* Add xref-find-definitions-current-list-functionDavid Morgan2024-10-101-0/+10
* Fix binding clashDavid Morgan2024-10-101-1/+1
* Disable automatic reload of xref and projectDavid Morgan2024-10-081-0/+3
* Ensure hippie-expand binding is appliedDavid Morgan2024-10-081-1/+4
* Reload packages on unpdateDavid Morgan2024-10-081-0/+51
* Inline displaying results with edebugDavid Morgan2024-10-071-0/+10
* Move consult xref config into xref configDavid Morgan2024-10-072-6/+4
* Make he-substitute-string advice respect other bracket typesDavid Morgan2024-10-071-4/+4
* Tidy hippie-expand-try-functions-listDavid Morgan2024-10-071-12/+11
* Correctly use a new dabbrevDavid Morgan2024-10-071-1/+11
* Apply fix for dabbrev bug until 30.1 is releasedDavid Morgan2024-10-041-0/+3
* Remove unnecessary :diminishDavid Morgan2024-10-041-1/+0
* Reduce completion-cyle-thresholdDavid Morgan2024-10-021-1/+1
* Add corfu-candidate-overlay-face to themeDavid Morgan2024-10-021-0/+2
* Don't use grid mode for consult-lineDavid Morgan2024-10-021-3/+1
* Add cape-dabbrev to clojure capf functionDavid Morgan2024-10-021-1/+2
* Fix project-recentfDavid Morgan2024-10-021-2/+6
* Use corfu-indexed without tab/enterDavid Morgan2024-10-022-5/+23
* Try to ensure embark-dwim is bound (again)David Morgan2024-10-021-1/+4
* Fix corfu-quick bindingDavid Morgan2024-10-021-1/+1
* Add function to find references to the current defunDavid Morgan2024-10-011-1/+7
* Revert "Ensure embark-dwim takes precedence over xref-find-definitions"David Morgan2024-10-011-1/+1
* Add a full stop to the end of docstringsDavid Morgan2024-10-011-2/+2
* Tweak binding againDavid Morgan2024-10-011-1/+1
* Ensure embark-dwim takes precedence over xref-find-definitionsDavid Morgan2024-10-011-1/+1
* Bind embark-selectDavid Morgan2024-10-011-1/+2
521' href='#n521'>521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713