diff options
author | JSDurand <mmemmew@gmail.com> | 2021-01-13 13:01:34 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-01-13 13:01:34 +0800 |
commit | 3666deaed5b0baf0a74f14db5872105c9e7865f9 (patch) | |
tree | 3535c3f57ed9d5b1cd4e3e81831f627840b6e81b /view-functions.el | |
parent | 1700588e1a3cfb5fa45fb64393c68782bc35fc38 (diff) |
A temporary intermeidate step
Now I got almost every functionality that we need, including pdf,
mu4e, magit, et cetera.
Diffstat (limited to 'view-functions.el')
-rw-r--r-- | view-functions.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view-functions.el b/view-functions.el index ae5559a..5d51293 100644 --- a/view-functions.el +++ b/view-functions.el @@ -1,4 +1,4 @@ -;;; view-functions.el --- My functions to monitor system infos -*- lexical-binding: t; -*- +;;; view-functions.el --- My functions to view things -*- lexical-binding: t; -*- ;;;###autoload (defun durand-view-timers-or-temps (&optional arg) |