@@ -1117,8 +1117,7 @@ I keep it around just in case I need it.
|
|||||||
*** frame-mode
|
*** frame-mode
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(defvar imalison:use-frame-mode
|
(defvar imalison:use-frame-mode
|
||||||
(or (s-contains? "xmonad" (shell-command-to-string "wmctrl -m"))
|
(s-contains? "xmonad" (shell-command-to-string "wmctrl -m")))
|
||||||
(s-contains? "Hyprland" (shell-command-to-string "wmctrl -m"))))
|
|
||||||
|
|
||||||
(use-package frame-mode
|
(use-package frame-mode
|
||||||
:if imalison:use-frame-mode
|
:if imalison:use-frame-mode
|
||||||
@@ -3510,15 +3509,6 @@ crux-reopen-as-root-mode makes it so that any file owned by root will automatica
|
|||||||
(setq gptel-model "gpt-4")
|
(setq gptel-model "gpt-4")
|
||||||
))
|
))
|
||||||
#+end_src
|
#+end_src
|
||||||
** claude-code-ide
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(use-package claude-code-ide
|
|
||||||
:ensure (:type git :host github :repo "manzaltu/claude-code-ide.el")
|
|
||||||
:bind ("C-c C-'" . claude-code-ide-menu)
|
|
||||||
:config
|
|
||||||
(claude-code-ide-emacs-tools-setup)
|
|
||||||
(setq claude-code-ide-terminal-backend 'eat))
|
|
||||||
#+end_src
|
|
||||||
* Cooperation
|
* Cooperation
|
||||||
** togetherly
|
** togetherly
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|||||||
Reference in New Issue
Block a user