diff options
author | noa | 2025-01-12 23:14:11 +0800 |
---|---|---|
committer | noa | 2025-01-12 23:14:11 +0800 |
commit | 1b5c9449a1ac576963b58a011e6a21a919355024 (patch) | |
tree | 9ceb1099ae232bb15051393e43b27d577ee97ecd /emacs | |
parent | 336a7a0e1bfb183a97807792b389551c0600aa76 (diff) |
Remove custom agenda command
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/init.el b/emacs/init.el index c3ba9d1..55142cb 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -850,11 +850,6 @@ necessary variables are set." (consult-ripgrep "~/Documents/Notes")) (global-set-key (kbd "C-j C-s") #'noa/consult-rg-notes) -(defun noa/agenda () - "List agenda." - (interactive) - (async-shell-command "~/.config/Scripts/agenda" "*agenda*")) - ;; so i can search for synonyms without using the internet (use-package wordnut :if (executable-find "wordnet") |