From 3b44186bc9d3c6acb4b7821ac9c531c82900d38f Mon Sep 17 00:00:00 2001 From: noa Date: Wed, 18 Sep 2024 10:28:05 +0800 Subject: Remove deft --- emacs/init.el | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index e7d3848..ea19545 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -737,20 +737,3 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." ("" . howm-list-all) ("" . howm-create)) (setopt howm-file-name-format "%Y-%m-%dT%H%M%S.md") - - -;;; deft -(require 'deft) -(use-package deft - :ensure t - :custom - (deft-extensions '("md")) - (deft-directory "~/Documents/notes") - (deft-time-format nil) - (deft-separator " — ") - (deft-strip-summary-regexp - (concat "\\(" - "[\n\t]" ;; blank - "\\|^#\\+[[:upper:]_]+:.*$" ;; org-mode metadata - "\\|^#+.*$" ;; markdown titles - "\\)"))) -- cgit 1.4.1-2-gfad0