Mukund Zare
Mukund Zare
I have the following project.clj file: ``` (defproject test-prj "0.1.0-SNAPSHOT" :description "The test project" :url "" :jvm-opts ["-Xmx256m"] :dependencies [[org.clojure/clojure "1.10.3"] [org.clojure/clojurescript "1.11.54"] [com.stuartsierra/component "1.1.0"] [compojure "1.7.0"] [http-kit "2.5.3"]] :main...
When I switch themes, I get the following message in the echo area: Applying colors: ((0 . #000000) (1 . #FF8059) (2 . #79A8FF) (3 . #DBBE5F) (4 . #B6A0FF)...
### Description I have encrypted ALL of my org-roam files and while trying to perform org-roam-node-find, all the encrypted files start decrypting to build the index. I would like to...
explain-pause version: 0.1 emacs version: 28.1 not top level in wrap-native for # current #s(explain-pause-command-record root-emacs nil nil 67130 (25166 60173 863126 141000) nil nil nil nil 0) Backtrace: explain-pause-report-measuring-bug("not...
**Describe the bug** On Emacs 28.1 with native compilation, while installing `org-roam-ui` via straight-use-package, the `org` as well as the `org-roam` packages get cloned from their git repos even though...
Hi, I am unable to see the current perspective name being highlighted in the modeline while using ```(setq persp-show-modestring t)```. It highlights correctly in the header when I use ```(setq...