fix: Correct ibuffer occur grouping, add temperature parameter to Kimi API

- Move `occur-mode` and `occur-edit-mode` from "Emacs" to "Search" ibuffer group
- Add temperature parameter to Kimi API request
- Remove `~` from electric-pair pairs
- Change `multiple-cursors` config to use `:custom`
- Fix duplicate `holiday` face definition in both base16 themes
This commit is contained in:
User
2026-06-20 21:52:11 +08:00
parent 560d4aac4b
commit 8f719f331c
5 changed files with 8 additions and 9 deletions

View File

@@ -40,7 +40,6 @@
`(holiday ((,class (:underline (:style line :color ,yellow)))))
`(cal-china-x-important-holiday-face ((,class (:underline (:style line :color ,red)))))
`(cal-china-x-general-holiday-face ((,class (:underline (:style line :color ,yellow)))))
`(holiday ((,class (:underline (:style line :color ,yellow)))))
`(markdown-header-face-1 ((,class (:foreground ,orange :height 1.0 :weight normal))))
`(markdown-header-face-2 ((,class (:foreground ,blue :height 1.0 :weight normal))))
`(markdown-header-face-3 ((,class (:foreground ,green :height 1.0 :weight normal))))