]> saetta.ns0.it Git - dotfiles/commitdiff
Aggiunto il timestamp automatico per la fine di un task in org-mode.
authorAndrea Zagli <azagli@libero.it>
Wed, 10 Jan 2018 22:03:39 +0000 (23:03 +0100)
committerAndrea Zagli <azagli@libero.it>
Wed, 10 Jan 2018 22:03:39 +0000 (23:03 +0100)
.emacs

diff --git a/.emacs b/.emacs
index e251458ea55e86faa8bf938c45ebf60c740bf7e1..5276c88eff319a2a0dbf2040a6ca60d82d576242 100644 (file)
--- a/.emacs
+++ b/.emacs
 (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))))