From b431e63bd312a04820054b6461a40d7a0da6fdc7 Mon Sep 17 00:00:00 2001 From: Zelong Kuang Date: Wed, 19 Nov 2025 11:40:37 +1100 Subject: [PATCH] Benchmark, raindow parenthesis, ef themes --- config.el | 3 --- config.org | 7 +------ init.el | 20 ++++++++++---------- packages.el | 2 -- 4 files changed, 11 insertions(+), 21 deletions(-) diff --git a/config.el b/config.el index 5dd49e5..ba3f396 100644 --- a/config.el +++ b/config.el @@ -67,11 +67,8 @@ (use-package! gptel :config - (setq! gptel-api-key "e994f45f9b46cc8608bd2e9cd508417255514e96913b1764aab612512aa66449") (setq gptel-model 'claude-sonnet-4.5) (setq gptel-backend (gptel-make-gh-copilot "Copilot")) - (map! "M-s RET" #'gptel-send) - (map! "M-s m" #'gptel-menu) ) (use-package! rainbow-delimiters diff --git a/config.org b/config.org index a6cf01a..60687b4 100644 --- a/config.org +++ b/config.org @@ -145,18 +145,12 @@ Configuration #+end_src *** LLM (gptel) -#+begin_src emacs-lisp :tangle packages.el -(package! gptel :recipe (:nonrecursive t)) -#+end_src #+begin_src emacs-lisp (use-package! gptel :config - (setq! gptel-api-key "e994f45f9b46cc8608bd2e9cd508417255514e96913b1764aab612512aa66449") (setq gptel-model 'claude-sonnet-4.5) (setq gptel-backend (gptel-make-gh-copilot "Copilot")) - (map! "M-s RET" #'gptel-send) - (map! "M-s m" #'gptel-menu) ) #+end_src *** Rainbow delimiters @@ -318,3 +312,4 @@ Configuration ) #+end_src + diff --git a/init.el b/init.el index f4096e2..d99f1b5 100644 --- a/init.el +++ b/init.el @@ -16,7 +16,7 @@ (doom! :input ;;bidi ; (tfel ot) thgir etirw uoy gnipleh - ;;chinese + ;; (chinese +rime +childframe) ;;japanese ;;layout ; auie,ctsrnm is the superior home row :completion @@ -68,10 +68,10 @@ word-wrap ; soft wrapping with language-aware indent :emacs - dired ; making dired pretty [functional] + ( dired +dirvish +icons) ; making dired pretty [functional] electric ; smarter, keyword-based electric-indent ;;eww ; the internet is gross - ibuffer ; interactive buffer management + ( ibuffer +icons) ; interactive buffer management tramp ; remote files at your arthritic fingertips undo ; persistent, smarter undo for your inevitable mistakes vc ; version-control and Emacs, sitting in a tree @@ -93,19 +93,19 @@ ;;collab ; buffers with friends ;;debugger ; FIXME stepping through code, to help you add bugs direnv - docker + ( docker +lsp +tree-sitter) ;; editorconfig ; let someone else argue about tabs vs spaces ;;ein ; tame Jupyter notebooks with emacs (eval +overlay) ; run code, run (also, repls) lookup ; navigate your code and its documentation - ;;llm ; when I said you needed friends, I didn't mean... + llm ; when I said you needed friends, I didn't mean... (lsp +eglot +booster) ; M-x vscode magit ; a git porcelain for Emacs make ; run make tasks from Emacs ;;pass ; password manager for nerds pdf ; pdf enhancements ;;terraform ; infrastructure as code - tmux ; an API for interacting with tmux + ;; tmux ; an API for interacting with tmux tree-sitter ; syntax and parsing, sitting in a tree... upload ; map local to remote projects via ssh/ftp @@ -156,7 +156,7 @@ ;;nim ; python + lisp at the speed of c ;;nix ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel - ( org +pretty +roam +dragndrop) ; organize your plain life in plain text + ( org +pretty +roam +dragndrop +pandoc +gnuplot) ; organize your plain life in plain text ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;; graphviz ; diagrams for confusing yourself even more @@ -178,7 +178,7 @@ ;;terra ; Earth and Moon in alignment for performance. ;;web ; the tubes ( yaml +lsp +tree-sitter) ; JSON, but readable - ;;zig ; C, but simpler + ( zig +lsp +tree-sitter) ; C, but simpler :email ;;(mu4e +org +gmail) @@ -188,9 +188,9 @@ :app ;;calendar ;;emms - ;;everywhere ; *leave* Emacs!? You must be joking + everywhere ; *leave* Emacs!? You must be joking ;;irc ; how neckbeards socialize - ;;(rss +org) ; emacs as an RSS reader + (rss +org +youtube) ; emacs as an RSS reader :config literate diff --git a/packages.el b/packages.el index ee6a3d7..51883d7 100644 --- a/packages.el +++ b/packages.el @@ -6,8 +6,6 @@ (package! nano-modeline) -(package! gptel :recipe (:nonrecursive t)) - (package! rainbow-delimiters) (package! typst-ts-mode :recipe (:host codeberg :repo "meow_king/typst-ts-mode"))