summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoa2024-11-11 12:41:03 +0800
committernoa2024-11-11 12:41:03 +0800
commit67f335e213b4bfa082c410c40f4e00b897c4c2f9 (patch)
treef4f597a82c5f3e00c97ad09e4e40010f956c5bc3
parent95cca7254ee43472feae5c11da389692c44f92ed (diff)
Remove xeft configuration
-rw-r--r--emacs/init.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/emacs/init.el b/emacs/init.el
index b32f39f..95d0779 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -753,14 +753,6 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word."
;; https://juanjose.garciaripoll.com/blog/managing-bibliographies-from-emacs/index.html
-(use-package xeft
- :ensure t
- :custom
- (xeft-directory "~/Documents/Notes")
- (xeft-filename-fn (lambda (search)
- (format-time-string "%Y-%m-%d-%H%M%S.md")))
- (xeft-recursive nil))
-
(defun noa/yank-buffer-file-name ()
(interactive)
(when (buffer-file-name)