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-gutter-use-fringe t)
|
||||
;; markdown
|
||||
;; org
|
||||
org
|
||||
;; (shell :variables
|
||||
;; shell-default-height 30
|
||||
;; shell-default-position 'bottom)
|
||||
@ -181,7 +181,9 @@ before layers configuration."
|
||||
mu4e-sent-folder "/sent"
|
||||
mu4e-trash-folder "/Trash")
|
||||
(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)
|
||||
(imagemagick-register-types))
|
||||
(setq mu4e-html2text-command "elinks -dump")
|
||||
@ -213,6 +215,9 @@ layers configuration."
|
||||
'(ahs-idle-interval 0.25)
|
||||
'(ahs-idle-timer 0 t)
|
||||
'(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)
|
||||
'(preview-default-preamble
|
||||
(quote
|
||||
@ -220,8 +225,7 @@ layers configuration."
|
||||
("," . preview-default-option-list)
|
||||
"]{preview}[2004/11/05]" "\\PreviewEnvironment{prooftree}")))
|
||||
'(preview-scale-function 1.2)
|
||||
'(ring-bell-function (quote ignore) t)
|
||||
'(scala-indent:align-forms t)
|
||||
'(scala-indent:align-parameters t)
|
||||
'(scala-indent:default-run-on-strategy scala-indent:operator-strategy)
|
||||
'(ledger-post-account-alignment-column 2)
|
||||
'(ring-bell-function (quote ignore) t))
|
||||
'(scala-indent:default-run-on-strategy scala-indent:operator-strategy))
|
||||
|
Loading…
Reference in New Issue
Block a user