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