Add more avy moving stuff
This commit is contained in:
parent
2bd997af29
commit
1a385886f4
5 changed files with 26 additions and 3 deletions
|
|
@ -12,6 +12,15 @@
|
|||
:config (setq
|
||||
deft-directory (substitute-in-file-name "$HOME/OneDrive/deft")
|
||||
deft-default-extension "md"
|
||||
deft-strip-summary-regexp (concat "\\("
|
||||
"[\n\t]" ;; blank
|
||||
"\\|^:[[:ascii:]]+:.*$" ;; org-mode properties string
|
||||
"\\|^Title:.*$" ;; Title string
|
||||
"\\|^title:.*$" ;; title string
|
||||
"\\|^\\[\\[file:.*$" ;; org-mode inline-images
|
||||
;; org-mode properties
|
||||
;; "\\|:PROPERTIES:\n\\(.+\n\\)+:END:\n" ;;
|
||||
"\\)")
|
||||
deft-auto-save-interval 30.0))
|
||||
|
||||
(defhydra +hydra-deft-menu (:color teal)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue