From 00ceaae17bcbf95bbf8c2b4c8c4aee52427ca99a Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Thu, 26 Sep 2024 10:59:52 +0200 Subject: [PATCH] Install combobulate --- nix/config/emacs/init.el | 2 ++ nix/module/home-manager.nix | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/nix/config/emacs/init.el b/nix/config/emacs/init.el index cddabd8..bcc049d 100644 --- a/nix/config/emacs/init.el +++ b/nix/config/emacs/init.el @@ -48,6 +48,8 @@ (use-package flycheck-clj-kondo) (require 'flycheck-clj-kondo)) +(use-package combobulate) + (use-package consult :bind (("C-x b" . consult-buffer) diff --git a/nix/module/home-manager.nix b/nix/module/home-manager.nix index 20ad612..9f179d9 100644 --- a/nix/module/home-manager.nix +++ b/nix/module/home-manager.nix @@ -73,6 +73,16 @@ cider clj-refactor clojure-mode + (trivialBuild { + pname = "Combobulate"; + version = "master-09-26-2024"; + src = pkgs.fetchFromGitHub { + owner = "mickeynp"; + repo = "combobulate"; + rev = "416b9e2225100c44c36e05e4adcfc2ee4048cefa"; + hash = "sha256-UPoWwJPe2Ctm4XV+dt82rS0HatjQ1WSpewF/z64DNe4="; + }; + }) consult corfu diff-hl