tianshu

Results 14 issues of tianshu

I saw there are cascadia-emacs-data.el file and Cascadia Emacs font. but there's no cascadia-mode. If I use fira-code-mode, the ligature seems not correct.

``` {:clojure.main/message "Syntax error (ClassNotFoundException) compiling at (vlaaad/reveal/font.clj:1:1).\ncom.sun.javafx.tk.Toolkit\n", :clojure.main/triage {:clojure.error/phase :compile-syntax-check, :clojure.error/line 1, :clojure.error/column 1, :clojure.error/source "font.clj", :clojure.error/path "vlaaad/reveal/font.clj", :clojure.error/class java.lang.ClassNotFoundException, :clojure.error/cause "com.sun.javafx.tk.Toolkit"}, :clojure.main/trace {:via [{:type clojure.lang.Compiler$CompilerException, :message "Syntax error...

**Symptom** When move window with mouse in the Grid View, (Global Shortcut -> KWin -> Show Desktop Grid, default to Ctrl+F8), the window will flicker. **How to Reproduce** 1. Enable...

bug

When we change models, we may change `hydration-keys`, this change will not work unless we reload `toucan.hydrate` namespace. This looks inconvenient in development. Since `automagic-batched-hydration-key->model` and `automagic-batched-hydration-keys` are delays, why...

For example, there's three words, hello, hell, hear type `he` and press `TAB`, I hope it to be: **he** llo | **hello** | | hell | | hear | What...

Here's my configuration for Java ``` (defun user/java-setup () (meghanada-mode t) (flycheck-mode 1) (smartparens-mode) (sp-local-pair 'rust-mode "") (setq c-basic-offset 4)) (use-package meghanada :bind (:map meghanada-mode-map ("C-c C-c C-r" . 'meghanada-exec-main))...

How to reproduce. Copy some text, then select the following content, `grab`, `line`, `reverse`, `F3`, `yank`, `F4`. ``` foo foo foo ```

### What is a good ergonomic command layout? - Keys that are often used together, should not be arranged on same fingers, or in two non-adjacent rows of one hand....

roadmap

Use `cljr-prefix hh n ar` cause issues, have to quit hydra menu with `q` before press tab for jumping. Need to address if it is relative with `parinfer-mode`. Use `cljr-prefix...

It's very nice to have `` that adjust indentation automatically. and It's will be more convenient if indent always following the indent that provide by `clojure-static`.