emacs: enable org-mode
This commit is contained in:
parent
843e7cfe3e
commit
d306a9a82f
14
spacemacs
14
spacemacs
@ -24,7 +24,7 @@
|
|||||||
git-enable-github-support t
|
git-enable-github-support t
|
||||||
git-gutter-use-fringe t)
|
git-gutter-use-fringe t)
|
||||||
;; markdown
|
;; markdown
|
||||||
;; org
|
org
|
||||||
;; (shell :variables
|
;; (shell :variables
|
||||||
;; shell-default-height 30
|
;; shell-default-height 30
|
||||||
;; shell-default-position 'bottom)
|
;; shell-default-position 'bottom)
|
||||||
@ -181,7 +181,9 @@ before layers configuration."
|
|||||||
mu4e-sent-folder "/sent"
|
mu4e-sent-folder "/sent"
|
||||||
mu4e-trash-folder "/Trash")
|
mu4e-trash-folder "/Trash")
|
||||||
(setq mu4e-change-filenames-when-moving t)
|
(setq mu4e-change-filenames-when-moving t)
|
||||||
(setq mu4e-view-show-images t)
|
(setq mu4e-view-show-images t
|
||||||
|
mu4e-view-image-max-width 1000
|
||||||
|
mu4e-view-image-max-height 1000)
|
||||||
(when (fboundp 'imagemagick-register-types)
|
(when (fboundp 'imagemagick-register-types)
|
||||||
(imagemagick-register-types))
|
(imagemagick-register-types))
|
||||||
(setq mu4e-html2text-command "elinks -dump")
|
(setq mu4e-html2text-command "elinks -dump")
|
||||||
@ -213,6 +215,9 @@ layers configuration."
|
|||||||
'(ahs-idle-interval 0.25)
|
'(ahs-idle-interval 0.25)
|
||||||
'(ahs-idle-timer 0 t)
|
'(ahs-idle-timer 0 t)
|
||||||
'(ahs-inhibit-face-list nil)
|
'(ahs-inhibit-face-list nil)
|
||||||
|
'(ledger-post-account-alignment-column 2)
|
||||||
|
'(org-pretty-entities t)
|
||||||
|
'(org-startup-with-latex-preview t)
|
||||||
'(paradox-github-token t)
|
'(paradox-github-token t)
|
||||||
'(preview-default-preamble
|
'(preview-default-preamble
|
||||||
(quote
|
(quote
|
||||||
@ -220,8 +225,7 @@ layers configuration."
|
|||||||
("," . preview-default-option-list)
|
("," . preview-default-option-list)
|
||||||
"]{preview}[2004/11/05]" "\\PreviewEnvironment{prooftree}")))
|
"]{preview}[2004/11/05]" "\\PreviewEnvironment{prooftree}")))
|
||||||
'(preview-scale-function 1.2)
|
'(preview-scale-function 1.2)
|
||||||
|
'(ring-bell-function (quote ignore) t)
|
||||||
'(scala-indent:align-forms t)
|
'(scala-indent:align-forms t)
|
||||||
'(scala-indent:align-parameters t)
|
'(scala-indent:align-parameters t)
|
||||||
'(scala-indent:default-run-on-strategy scala-indent:operator-strategy)
|
'(scala-indent:default-run-on-strategy scala-indent:operator-strategy))
|
||||||
'(ledger-post-account-alignment-column 2)
|
|
||||||
'(ring-bell-function (quote ignore) t))
|
|
||||||
|
Loading…
Reference in New Issue
Block a user