summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-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)