(projectile-mode)
+(require 'org)
+(setq org-log-done 'time)
+
;; code folding
(add-hook 'c-mode-common-hook 'hs-minor-mode)
(custom-set-variables
;; If there is more than one, they won't work right.
'(package-selected-packages
(quote
- (projectile ibuffer-vc auto-complete-nxml linum-off use-package try sr-speedbar spaceline pkgbuild-mode magit function-args flycheck-tip elfeed diff-hl company autopair auto-complete-c-headers ac-php ac-html))))
+ (magit projectile ibuffer-vc auto-complete-nxml linum-off use-package try sr-speedbar spaceline pkgbuild-mode function-args flycheck-tip elfeed diff-hl company autopair auto-complete-c-headers ac-php ac-html))))