diff --git a/src/posts/0014-change-emacs-theme-automatically/index.org b/src/posts/0014-change-emacs-theme-automatically/index.org index bdf3cd9..099c868 100644 --- a/src/posts/0014-change-emacs-theme-automatically/index.org +++ b/src/posts/0014-change-emacs-theme-automatically/index.org @@ -1,7 +1,13 @@ -#+TITLE: Change theme +#+TITLE: Auto change emacs theme #+AUTHOR: Yann Esposito #+EMAIL: yann@esposito.host #+DATE: [2019-09-30 Mon] -#+KEYWORDS: org-mode -#+DESCRIPTION: How I use org-mode +#+KEYWORDS: emacs +#+DESCRIPTION: A small snippet to automatically change theme in emacs. #+OPTIONS: auto-id:t + +One thing I kind of like is the ability to change emacs theme depending of +the hour. +There are two possibilities. +One would be to sync with the sun using the current location. +There is an emacs package for that.