Update settings
This commit is contained in:
parent
5f1474c31c
commit
57d157c58e
2 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
(add-hook 'markdown-mode-hook 'turn-on-font-lock)
|
||||
(add-hook 'python-mode-hook 'turn-on-font-lock)
|
||||
(add-hook 'org-mode-hook 'turn-on-font-lock)
|
||||
(add-hook 'org-mode-hook 'turn-on-auto-fill)
|
||||
(add-hook 'elpy-mode-hook (lambda () (highlight-indentation-mode -1)))
|
||||
(elpy-enable)
|
||||
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
(org-display-inline-images)
|
||||
|
||||
(when (string= (system-name) "EVG02667NB")
|
||||
(setq org-duration-format (quote h:mm)
|
||||
org-babel-python-command "python")
|
||||
(when *docs-path*
|
||||
(setq org-agenda-files `(,(concat *docs-path* "\\Journal"))
|
||||
org-default-notes-file (concat *docs-path* "\\Journal\\notes.org"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue