mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
Minor edits
This commit is contained in:
@@ -14,6 +14,13 @@
|
||||
|
||||
(setq backup-directory-alist '((".*" . "~/.local/share/Trash/files")))
|
||||
|
||||
(use-package claude-code
|
||||
:ensure (claude-code :host github :repo "stevemolitor/claude-code.el")
|
||||
:bind ("C-c c" . claude-code-transient)
|
||||
:config
|
||||
;; Optional: Start the Emacs server if not already running
|
||||
(unless (server-running-p) (server-start)))
|
||||
|
||||
(use-package company
|
||||
:defer 2
|
||||
:diminish
|
||||
|
||||
Reference in New Issue
Block a user