delete load file, concat org-download filename, disable flyspell
This commit is contained in:
parent
e088ea533f
commit
50bd201ece
@ -84,8 +84,6 @@
|
|||||||
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
|
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
|
||||||
;; they are implemented.
|
;; they are implemented.
|
||||||
|
|
||||||
(load! "bindings.el")
|
|
||||||
|
|
||||||
(after! org
|
(after! org
|
||||||
|
|
||||||
;;; agenda files
|
;;; agenda files
|
||||||
@ -345,6 +343,7 @@
|
|||||||
;; org-download-screenshot-method "wl-paste -t image/png > '%s'"
|
;; org-download-screenshot-method "wl-paste -t image/png > '%s'"
|
||||||
;; below script is available on dotfiles: ../.local/bin
|
;; below script is available on dotfiles: ../.local/bin
|
||||||
org-download-screenshot-method "convert-paste-png.sh '%s'"
|
org-download-screenshot-method "convert-paste-png.sh '%s'"
|
||||||
|
org-download-abbreviate-filename-function 'concat
|
||||||
org-download-image-dir "~/notebook/images/org-download"
|
org-download-image-dir "~/notebook/images/org-download"
|
||||||
org-download-heading-lvl nil
|
org-download-heading-lvl nil
|
||||||
org-download-timestamp "%Y%m%d-%H%M%S_")
|
org-download-timestamp "%Y%m%d-%H%M%S_")
|
||||||
@ -352,3 +351,6 @@
|
|||||||
(map! :leader
|
(map! :leader
|
||||||
(:prefix ("i". "insert")
|
(:prefix ("i". "insert")
|
||||||
:desc "insert image from clipboard" "Y" #'org-download-screenshot))
|
:desc "insert image from clipboard" "Y" #'org-download-screenshot))
|
||||||
|
|
||||||
|
;; disable flyspell-mode
|
||||||
|
(setq-default spell-checking-enable-by-default nil)
|
||||||
|
Loading…
Reference in New Issue
Block a user