changed default terminal and added alphabetical lists to org-mode
This commit is contained in:
parent
adf1033bae
commit
6134cb1260
@ -106,7 +106,8 @@ This function should only modify configuration layer settings."
|
|||||||
spaceline-org-clock-p t
|
spaceline-org-clock-p t
|
||||||
org-enable-sticky-header t
|
org-enable-sticky-header t
|
||||||
org-enable-epub-support t
|
org-enable-epub-support t
|
||||||
org-projectile-file "TODOs.org")
|
org-projectile-file "TODOs.org"
|
||||||
|
org-list-allow-alphabetical t)
|
||||||
pdf
|
pdf
|
||||||
(plantuml :variables
|
(plantuml :variables
|
||||||
plantuml-jar-path "/opt/plantuml/plantuml.jar"
|
plantuml-jar-path "/opt/plantuml/plantuml.jar"
|
||||||
@ -125,7 +126,7 @@ This function should only modify configuration layer settings."
|
|||||||
(shell :variables
|
(shell :variables
|
||||||
shell-default-height 40
|
shell-default-height 40
|
||||||
shell-default-position 'bottom
|
shell-default-position 'bottom
|
||||||
shell-default-shell 'eshell)
|
shell-default-shell 'term)
|
||||||
shell-scripts
|
shell-scripts
|
||||||
selectric
|
selectric
|
||||||
semantic
|
semantic
|
||||||
|
Loading…
Reference in New Issue
Block a user