diff options
author | noa | 2024-09-18 10:11:19 +0800 |
---|---|---|
committer | noa | 2024-09-18 10:11:19 +0800 |
commit | 3fb605562994694dc402b33378b1eb49ab1512cc (patch) | |
tree | eede772f5abd3e2542e96e219541b435553beead /emacs | |
parent | 105203f8ba75ac4983d1f9c645d1e88af81bd14d (diff) |
Remove audio notes mode
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs/init.el b/emacs/init.el index e775da5..e7d3848 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -706,12 +706,6 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." load-prefer-newer t ediff-window-setup-function 'ediff-setup-windows-plain) -;;; Voice notes transcription -(require 'audio-notes-mode) -(setq anm/notes-directory "~/Documents/Voice notes/") -(setq anm/goto-file "~/Documents/notes/notes.org") -(setq anm/player-command '("mpv" "--quiet" file)) - ;;; Howm (use-package howm :ensure t |