about summary refs log tree commit diff stats
path: root/.emacs.d
Commit message (Expand)AuthorAgeFilesLines
* easy-killDavid Morgan2022-08-101-0/+5
* Add eval-region-or-defunDavid Morgan2022-08-101-1/+8
* Add xref-find-references-other-frameDavid Morgan2022-08-101-1/+7
* Change binding for crux-eval-and-replaceDavid Morgan2022-08-101-1/+1
* Bind fancy-dabbrev-backward when popup is activeDavid Morgan2022-08-101-0/+6
* Add clojure-current-defun-nameDavid Morgan2022-08-101-1/+33
* Move after-init-hook code earlierDavid Morgan2022-08-101-3/+4
* Workround lsp-mode including declarations in xrefsDavid Morgan2022-08-041-0/+4
* Add mustache-modeDavid Morgan2022-07-271-0/+4
* Remove spurious whitespaceDavid Morgan2022-07-271-1/+1
* Make crux-recentf-find-file work with marginaliaDavid Morgan2022-07-271-1/+3
* consult-project-extra-find default narrowingDavid Morgan2022-07-272-2/+8
* Add lsp sqls configDavid Morgan2022-07-271-0/+2
* Tweak lin configDavid Morgan2022-07-271-10/+0
* hl-todo coloursDavid Morgan2022-07-271-0/+13
* Add more entries to project-switch-commandsDavid Morgan2022-07-191-0/+2
* Move hl-todo to correct placeDavid Morgan2022-07-192-4/+11
* Fix vertico-directory functionsDavid Morgan2022-07-191-2/+2
* Use fancy-dabbrev-expandDavid Morgan2022-07-191-4/+6
* Fix issue with pulsar and lin not loading correctlyDavid Morgan2022-07-081-2/+3
* Fix rainbow-delimiters configDavid Morgan2022-07-081-2/+3
* Play with org babelDavid Morgan2022-06-231-0/+8
* Experiment with lsp for clojure completionDavid Morgan2022-06-231-1/+6
* Try capeDavid Morgan2022-06-231-0/+25
* Change persp-mode-prefix-key to C-c xDavid Morgan2022-06-231-3/+3
* Set modus-themes-bold-constructs and modus-themes-italic-constructsDavid Morgan2022-06-151-0/+2
* Improve lin configDavid Morgan2022-06-151-0/+10
* Improve pulsar configDavid Morgan2022-06-151-2/+12
* Add xref-find-references-other-windowDavid Morgan2022-06-151-1/+7
* Add partial-completion to completion-stylesDavid Morgan2022-06-151-1/+1
* Prevent hippie expand line from unbalancing parensDavid Morgan2022-06-151-0/+6
* Add binding for cider-find-dwim-other-windowDavid Morgan2022-06-151-1/+3
* Disable cider connection messageDavid Morgan2022-06-151-0/+1
* Try linDavid Morgan2022-06-101-0/+4
* Tweak modus-themes settingsDavid Morgan2022-06-101-2/+5
* Use iosevka comfy fontDavid Morgan2022-06-101-0/+1
* Add minibuffer-force-complete-and-exit binding to vertico-mapDavid Morgan2022-06-101-1/+2
* Add crm indicator and hide commands in M-xDavid Morgan2022-06-101-1/+17
* Turn off lsp-eldoc-enable-hoverDavid Morgan2022-06-101-2/+3
* Remove duplicate setqDavid Morgan2022-06-101-1/+0
* Prevent duplicate ns declarations in new clj filesDavid Morgan2022-06-101-1/+3
* Try pulsarDavid Morgan2022-06-071-0/+9
* consult-completing-read-multiple has been removedDavid Morgan2022-06-071-3/+0
* Try symbol-overlayDavid Morgan2022-06-041-0/+7
* Fix indentationDavid Morgan2022-06-041-4/+4
* Remove consult--with-orderless/consult--orderless-regexp-compilerDavid Morgan2022-05-311-13/+1
* Fix consult--orderless-regexp-compilerDavid Morgan2022-05-311-1/+1
* Remove uneeded darwin/dired configDavid Morgan2022-05-311-2/+0
* Fix persp-switch-last/prev binding clashDavid Morgan2022-05-311-1/+1
* Add paredit-kill-region bindingDavid Morgan2022-05-311-2/+4
36'>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 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734