feat(doom): Enhance telega clipboard and enable lisp

This commit introduces significant improvements to clipboard handling
within the Telega (Telegram) client and enables the LSP module.

### Telega Clipboard Enhancements
- Paste Images: Overrides the default image pasting
  function (`telega-chatbuf-attach-clipboard`) with more image format
  support.
- Copy Images: Adds a new interactive command,
  `+telega-save-file-to-clipboard`, to download a file from a message
  and copy it directly to the Wayland clipboard via `wl-copy`.

### LSP Support
- Enabled the `:tools lsp` module to activate Language Server Protocol
  support for improved code intelligence.
This commit is contained in:
ulic-youthlic 2025-08-30 22:18:47 +08:00
parent d683e4ae6a
commit d9aecce780
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 39 additions and 1 deletions

View file

@ -100,7 +100,7 @@
(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...
;;lsp ; M-x vscode
lsp ; M-x vscode
magit ; a git porcelain for Emacs
make ; run make tasks from Emacs
;;pass ; password manager for nerds