Compare commits

...

3 commits

Author SHA1 Message Date
e58e5439d8
GPTel hyprland keybinding
All checks were successful
/ test (push) Successful in 31s
2024-11-05 22:18:49 +01:00
b740fa3e93
Enable macos-ventura 2024-11-05 22:18:43 +01:00
4061273bab
Add org-roam-ui 2024-11-05 22:18:36 +01:00
4 changed files with 13 additions and 1 deletions

View file

@ -841,6 +841,16 @@ This is meant to be an helper to be called from the window manager."
("C-c n l" . consult-org-roam-forward-links)
("C-c n s" . consult-org-roam-search))
(use-package org-roam-ui
:straight
:after org-roam
:hook (after-init . org-roam-ui-mode) ;; don't care about startup time since I'm using Emacs daemonized
:config
(setq org-roam-ui-sync-theme t
org-roam-ui-follow t
org-roam-ui-update-on-save t
org-roam-ui-open-on-start t))
(use-package gptel
:custom
(gptel-api-key (lambda () (require 'f) (f-read-text (getenv "OPENAI_API_KEY_PATH"))))

View file

@ -34,6 +34,7 @@ bind = $mod, b, exec, firefox
bind = $mod, t, exec, footclient $SHELL
bind = $mod, RETURN, exec, emacsclient -c --eval "(ccr/start-eshell)"
bind = $mod, m, exec, emacsclient -c --eval '(notmuch-search "tag:new")'
bind = $mod, g, exec, emacsclient -c --eval '(switch-to-buffer (gptel "*ChatGPT*"))'
bind = $mod, d, exec, fuzzel --background-color=253559cc --border-radius=5 --border-width=0
bind = $mod, s, exec, screenshot.sh
bind = $mod, n, exec, logseq

View file

@ -35,7 +35,7 @@
"hass-poweroff"
"forgejo-runners"
"teamviewer"
# "macos-ventura"
"macos-ventura"
"sunshine"
"mount-sisko"
"adb"

View file

@ -68,6 +68,7 @@ let
org-modern
org-roam
org-roam-ql
org-roam-ui
visual-fill-column
consult-org-roam
pass