This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-18
Channels
- # announcements (4)
- # aws (24)
- # babashka (118)
- # babashka-sci-dev (18)
- # beginners (56)
- # calva (2)
- # clojure (54)
- # clojure-dev (8)
- # clojure-europe (25)
- # clojure-gamedev (5)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-uk (2)
- # conjure (1)
- # core-async (1)
- # data-science (3)
- # datomic (5)
- # emacs (8)
- # fulcro (4)
- # hyperfiddle (12)
- # interop (1)
- # jackdaw (4)
- # lsp (5)
- # mid-cities-meetup (5)
- # nbb (32)
- # off-topic (21)
- # reitit (5)
- # shadow-cljs (12)
- # sql (8)
- # vim (18)
- # xtdb (9)
I'm trying to make a library that configures a number of things around vertico. I'm using use-package in the library and then calling it in using use-package and straight. It doesn't seem like anything under the :config
keys in the package code is being called though. Any idea what I might be doing wrong?
I've created an init function here: https://github.com/MastodonC/kixi-emacs/blob/master/kixi-emacs.el#L582-L584 that does some of the work in the config bits and that seems to work if I put call it from the :config
section of my init.el. Do I have to do that for all the :config
sections here?