|
|
@ -255,11 +255,15 @@ Some windows specific stuff |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(use-package org |
|
|
|
:ensure org-plus-contrib |
|
|
|
:mode (("\.org$" . org-mode)) |
|
|
|
:init |
|
|
|
(add-hook 'org-mode-hook 'company/org-mode-hook) |
|
|
|
:config |
|
|
|
;; (require 'org-id) |
|
|
|
(add-to-list 'org-modules "org-id") |
|
|
|
;;(add-to-list 'org-modules "org-id") |
|
|
|
(setq org-modules (quote (org-id |
|
|
|
org-habit |
|
|
|
))) |
|
|
|
(setq org-default-notes-file (concat MY--PATH_ORG_FILES "notes.org") |
|
|
|
org-agenda-files (list MY--PATH_ORG_FILES |
|
|
|
MY--PATH_ORG_FILES_MOBILE) |
|
|
|