diff options
author | noa | 2024-11-11 12:41:03 +0800 |
---|---|---|
committer | noa | 2024-11-11 12:41:03 +0800 |
commit | 67f335e213b4bfa082c410c40f4e00b897c4c2f9 (patch) | |
tree | f4f597a82c5f3e00c97ad09e4e40010f956c5bc3 /emacs/init.el | |
parent | 95cca7254ee43472feae5c11da389692c44f92ed (diff) |
Remove xeft configuration
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 8 |
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) |