Add org-mode-hook for truncate lines; paren fixes.
Paren fixes applied to org2blog configs.
This commit is contained in:
parent
2e2f6f3944
commit
bd8708dca1
@ -41,14 +41,18 @@
|
||||
org-src-tab-acts-natively t
|
||||
org-edit-src-content-indentation 0)
|
||||
|
||||
(add-hook 'org-agenda-mode-hook
|
||||
(lambda ()
|
||||
(visual-line-mode -1)
|
||||
(toggle-truncate-lines 1)))
|
||||
|
||||
(setq org2blog/wp-blog-alist
|
||||
'(("wordpress"
|
||||
:url "https://web1/xmlrpc.php"
|
||||
:username "josiah"
|
||||
:default-title "published from org"
|
||||
:default-categories ("org2blog" "emacs" "homelab")
|
||||
:tags-as-categories nil)
|
||||
|
||||
:tags-as-categories nil)))
|
||||
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
@ -92,6 +96,7 @@
|
||||
(defvar myPackages
|
||||
'(doom-themes
|
||||
outline-magic
|
||||
org2blog
|
||||
pylint
|
||||
python-mode
|
||||
markdown-mode
|
||||
|
Loading…
Reference in New Issue
Block a user