Naoya Yamashita

Results 67 issues of Naoya Yamashita

I found function; `outline-toc-setup-hooks` is not defined anywhere. As a result, turn off `outline-toc-mode` occurs error. Here is backtrace. ``` emacs-lisp Debugger entered--Lisp error: (void-function outline-toc-setup-hooks) outline-toc-setup-hooks(t) outline-toc-mode(toggle) funcall-interactively(outline-toc-mode toggle)...

- migrate: leiningen -> tools.deps, build.edn, kaocha - Drop Clojure 1.8 support: kaocha only supported 1.9+ - Remove `antq` clojure alias: use global installed antq - Remove `cloverage` make target:...

I notice dumping clojure symbol using clj-yaml, it output `!!clojure.lang.Symbol`. ```clojure user> (require '[clj-yaml.core :as yaml]) user> (yaml/generate-string {:arglists '([] [x])}) "arglists:\n- []\n- - !!clojure.lang.Symbol {}\n" ``` I want that...

**Is your feature request related to a problem? Please describe.** I'm using treefmt-nix for Clojure projects, but cljstyle (a Clojure code formatter) is not supported as a built-in program. Currently,...

enhancement

When parsing HTML using hickory, converting it to hiccup, and then converting it back to HTML, the entity reference for & is processed twice, resulting in inconsistent output. Is this...

## What has changed? - Add Paredit Squeeze Action inspired by puni-squeeze. Fixes #2892 ## My Calva PR Checklist I have: - [x] Read [How to Contribute](https://github.com/BetterThanTomorrow/calva/wiki/How-to-Contribute#before-sending-pull-requests). - [x] Directed...

[puni](https://github.com/AmaiKinono/puni); Emacs modern paredit alternative has [`puni-squeeze`](https://github.com/AmaiKinono/puni?tab=readme-ov-file#puni-squeeze). This action kills all S-expressions enclosed by the cursor and removes the surrounding parentheses. It provides users with a simple, consistent, and predictable...

paredit