diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/doom/config.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index f63293a..533a717 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -156,12 +156,12 @@ Invited: %^t :unnarrowed t)) org-roam-capture-ref-templates org-roam-capture-templates)) -(use-package! semgrep +(use-package! semantic-search :after org :load-path "~/dev/dotfiles/scratch/semgrep" - :commands (semgrep-search) + :commands (semantic-search) :config - (setq semgrep-server-url "http://localhost:8080")) + (setq semantic-server-url "http://localhost:8080")) #+end_src ** Alerts This is to set the reminders of calendar events. |