Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Jan 3, 2025
1 parent 76bc2d6 commit 8a28bba
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 60 deletions.
16 changes: 8 additions & 8 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -2141,7 +2141,7 @@
},
"vim-gin": {
"cargoLocks": null,
"date": "2024-12-04",
"date": "2025-01-02",
"extract": null,
"name": "vim-gin",
"passthru": null,
Expand All @@ -2153,11 +2153,11 @@
"name": null,
"owner": "lambdalisue",
"repo": "vim-gin",
"rev": "81581892e88bc455bd671cb2f1ad85ee634a068d",
"sha256": "sha256-0q9UyCUt1m7RBJ81t2xY2R3e7anCbRAasXoX2g6JxfE=",
"rev": "8a826cb3c6810c830553e606fe584e08e807606b",
"sha256": "sha256-E2/L/YWzrSOvIc5FrZeeaybfA+tEB6gpWdnuQ6WzzXQ=",
"type": "github"
},
"version": "81581892e88bc455bd671cb2f1ad85ee634a068d"
"version": "8a826cb3c6810c830553e606fe584e08e807606b"
},
"vim-neco": {
"cargoLocks": null,
Expand Down Expand Up @@ -2221,7 +2221,7 @@
},
"vimdoc-ja": {
"cargoLocks": null,
"date": "2024-12-29",
"date": "2025-01-02",
"extract": null,
"name": "vimdoc-ja",
"passthru": null,
Expand All @@ -2233,10 +2233,10 @@
"name": null,
"owner": "vim-jp",
"repo": "vimdoc-ja",
"rev": "e0eddbe28ab12ea331cd4935fc7387429a689575",
"sha256": "sha256-cOGbHdUgmFyMKdnzPFP6XNiHFI/XIAgbuQBWC+Cq9QA=",
"rev": "8dcdc439f162133876bcb4e0164eebec158b88b0",
"sha256": "sha256-SFK4M/QP1V0tuLdgYHkwdc1nHclsWUti5oITnlyTekk=",
"type": "github"
},
"version": "e0eddbe28ab12ea331cd4935fc7387429a689575"
"version": "8dcdc439f162133876bcb4e0164eebec158b88b0"
}
}
16 changes: 8 additions & 8 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1292,15 +1292,15 @@
};
vim-gin = {
pname = "vim-gin";
version = "81581892e88bc455bd671cb2f1ad85ee634a068d";
version = "8a826cb3c6810c830553e606fe584e08e807606b";
src = fetchFromGitHub {
owner = "lambdalisue";
repo = "vim-gin";
rev = "81581892e88bc455bd671cb2f1ad85ee634a068d";
rev = "8a826cb3c6810c830553e606fe584e08e807606b";
fetchSubmodules = false;
sha256 = "sha256-0q9UyCUt1m7RBJ81t2xY2R3e7anCbRAasXoX2g6JxfE=";
sha256 = "sha256-E2/L/YWzrSOvIc5FrZeeaybfA+tEB6gpWdnuQ6WzzXQ=";
};
date = "2024-12-04";
date = "2025-01-02";
};
vim-neco = {
pname = "vim-neco";
Expand Down Expand Up @@ -1340,14 +1340,14 @@
};
vimdoc-ja = {
pname = "vimdoc-ja";
version = "e0eddbe28ab12ea331cd4935fc7387429a689575";
version = "8dcdc439f162133876bcb4e0164eebec158b88b0";
src = fetchFromGitHub {
owner = "vim-jp";
repo = "vimdoc-ja";
rev = "e0eddbe28ab12ea331cd4935fc7387429a689575";
rev = "8dcdc439f162133876bcb4e0164eebec158b88b0";
fetchSubmodules = false;
sha256 = "sha256-cOGbHdUgmFyMKdnzPFP6XNiHFI/XIAgbuQBWC+Cq9QA=";
sha256 = "sha256-SFK4M/QP1V0tuLdgYHkwdc1nHclsWUti5oITnlyTekk=";
};
date = "2024-12-29";
date = "2025-01-02";
};
}
38 changes: 19 additions & 19 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 32 additions & 24 deletions home-manager/programs/emacs/elisp/init.org
Original file line number Diff line number Diff line change
Expand Up @@ -2429,12 +2429,12 @@
(define-key embark-general-map (kbd "T") #'ellama-translate)

;; copilot-chat
(define-key embark-general-map (kbd "E") #'copilot-chat-explain-defun)
(define-key embark-general-map (kbd "R") #'copilot-chat-review)
(define-key embark-general-map (kbd "D") #'copilot-chat-doc)
(define-key embark-general-map (kbd "F") #'copilot-chat-fix)
(define-key embark-general-map (kbd "O") #'copilot-chat-optimize)
(define-key embark-general-map (kbd "E") #'copilot-chat-explain-defun)
;; (define-key embark-general-map (kbd "E") #'copilot-chat-explain-defun)
;; (define-key embark-general-map (kbd "R") #'copilot-chat-review)
;; (define-key embark-general-map (kbd "D") #'copilot-chat-doc)
;; (define-key embark-general-map (kbd "F") #'copilot-chat-fix)
;; (define-key embark-general-map (kbd "O") #'copilot-chat-optimize)
;; (define-key embark-general-map (kbd "E") #'copilot-chat-explain-defun)

;; hooks
(add-hook 'embark-collect-mode-hook #'consult-preview-at-point-mode))
Expand Down Expand Up @@ -3457,6 +3457,14 @@ https://github.com/ch11ng/exwm/wiki#gpg-pinentry

(add-hook 'emacs-startup-hook #'inhibit-mouse-mode)
#+end_src
** PDF
*** pdf-tools
#+begin_src emacs-lisp :tangle yes
(autoload-if-found '(pdf-tools-install) "pdf-tools" nil t)
(autoload-if-found '(pdf-occur-global-minor-mode) "pdf-occur" nil t)

(add-hook 'emacs-startup-hook #'pdf-tools-install)
#+end_src
* Language Specific
** Basic Lisp
*** paredit
Expand Down Expand Up @@ -4974,24 +4982,24 @@ https://github.com/ch11ng/exwm/wiki#gpg-pinentry
#+end_src
** copilot-chat.el
#+begin_src emacs-lisp :tangle yes
(autoload-if-found '(copilot-chat-ask-and-insert
copilot-chat-explain
copilot-chat-review
copilot-chat-doc
copilot-chat-fix
copilot-chat-optimize
copilot-chat-test
copilot-chat-explain-symbol-at-line
copilot-chat-explain-defun
copilot-chat-custom-prompt-function
copilot-chat-review-whole-buffer
copilot-chat-switch-to-buffer
copilot-chat-custom-prompt-selection
copilot-chat-custom-prompt-mini-buffer
copilot-chat-list
copilot-chat-display
copilot-chat-insert-commit-message
copilot-chat-set-model) "copilot-chat" nil t)
;; (autoload-if-found '(copilot-chat-ask-and-insert
;; copilot-chat-explain
;; copilot-chat-review
;; copilot-chat-doc
;; copilot-chat-fix
;; copilot-chat-optimize
;; copilot-chat-test
;; copilot-chat-explain-symbol-at-line
;; copilot-chat-explain-defun
;; copilot-chat-custom-prompt-function
;; copilot-chat-review-whole-buffer
;; copilot-chat-switch-to-buffer
;; copilot-chat-custom-prompt-selection
;; copilot-chat-custom-prompt-mini-buffer
;; copilot-chat-list
;; copilot-chat-display
;; copilot-chat-insert-commit-message
;; copilot-chat-set-model) "copilot-chat" nil t)
#+end_src
** llm
#+begin_src emacs-lisp :tangle yes
Expand Down
2 changes: 1 addition & 1 deletion home-manager/programs/emacs/epkgs/packages/ai/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ with epkgs;
packages.llm
packages.plz-media-type
packages.plz-event-source
packages.copilot-chat
# packages.copilot-chat
ellama
]
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ with epkgs;
password-generator
sops

# pdf
pdf-tools

# Mouse
inhibit-mouse
]

0 comments on commit 8a28bba

Please sign in to comment.