|
|
|
|
|
by minimax
4682 days ago
|
|
We really are the same. I keep a journal in org-mode and in my .emacs I have cron-like periodic function that switches to my journal in the middle of the night so that it's the first thing I see when I unlock my computer in the morning. Something like: (run-at-time "23:59" 86400 (lambda ()
switch-to-buffer "journal.org")))
|
|
I only picked up emacs about a month ago, investing heavily in customizing it. It has seriously helped so much with my focus since it takes out all the distractions/opportunities for context switching.