Install combobulate
This commit is contained in:
parent
d091ecd866
commit
00ceaae17b
2 changed files with 12 additions and 0 deletions
|
|
@ -48,6 +48,8 @@
|
||||||
(use-package flycheck-clj-kondo)
|
(use-package flycheck-clj-kondo)
|
||||||
(require 'flycheck-clj-kondo))
|
(require 'flycheck-clj-kondo))
|
||||||
|
|
||||||
|
(use-package combobulate)
|
||||||
|
|
||||||
(use-package consult
|
(use-package consult
|
||||||
:bind
|
:bind
|
||||||
(("C-x b" . consult-buffer)
|
(("C-x b" . consult-buffer)
|
||||||
|
|
|
||||||
|
|
@ -73,6 +73,16 @@
|
||||||
cider
|
cider
|
||||||
clj-refactor
|
clj-refactor
|
||||||
clojure-mode
|
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
|
consult
|
||||||
corfu
|
corfu
|
||||||
diff-hl
|
diff-hl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue