diff options
author | Case Duckworth | 2021-03-16 22:52:18 -0500 |
---|---|---|
committer | Case Duckworth | 2021-03-16 22:52:18 -0500 |
commit | 0337a1cda1e4f1a6aa5a861ed3f262f2868625ca (patch) | |
tree | da012f4c27cbb373358c354b5d9803a991f77f34 /lisp/acdw-modeline.el | |
parent | Add crux bindings (diff) | |
parent | Remove empty comment lines in headers (diff) | |
download | emacs-0337a1cda1e4f1a6aa5a861ed3f262f2868625ca.tar.gz emacs-0337a1cda1e4f1a6aa5a861ed3f262f2868625ca.zip |
Merge branch 'main' of tildegit.org:acdw/emacs
Diffstat (limited to 'lisp/acdw-modeline.el')
-rw-r--r-- | lisp/acdw-modeline.el | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/lisp/acdw-modeline.el b/lisp/acdw-modeline.el index 89037f9..1369d7d 100644 --- a/lisp/acdw-modeline.el +++ b/lisp/acdw-modeline.el | |||
@@ -1,24 +1,22 @@ | |||
1 | :;;; acdw-modeline.el -*- lexical-binding: t; coding: utf-8-unix -*- | 1 | ;;; acdw-modeline.el -*- lexical-binding: t; coding: utf-8-unix -*- |
2 | ;; | ||
3 | ;; Author: Case Duckworth <acdw@acdw.net> | 2 | ;; Author: Case Duckworth <acdw@acdw.net> |
4 | ;; Created: Sometime during Covid-19, 2020 | 3 | ;; Created: Sometime during Covid-19, 2020 |
5 | ;; Keywords: configuration | 4 | ;; Keywords: configuration |
6 | ;; URL: https://tildegit.org/acdw/emacs | 5 | ;; URL: https://tildegit.org/acdw/emacs |
7 | ;; | 6 | |
8 | ;; This file is NOT part of GNU Emacs. | 7 | ;; This file is NOT part of GNU Emacs. |
9 | ;; | 8 | |
10 | ;;; License: | 9 | ;;; License: |
11 | ;; | ||
12 | ;; Everyone is permitted to do whatever with this software, without | 10 | ;; Everyone is permitted to do whatever with this software, without |
13 | ;; limitation. This software comes without any warranty whatsoever, | 11 | ;; limitation. This software comes without any warranty whatsoever, |
14 | ;; but with two pieces of advice: | 12 | ;; but with two pieces of advice: |
15 | ;; - Don't hurt yourself. | 13 | ;; - Don't hurt yourself. |
16 | ;; - Make good choices. | 14 | ;; - Make good choices. |
17 | ;; | 15 | |
18 | ;;; Commentary: | 16 | ;;; Commentary: |
19 | ;; `acdw-modeline' is a dumping ground for extra modeline functions, so they | 17 | ;; `acdw-modeline' is a dumping ground for extra modeline functions, so they |
20 | ;; don't clutter up `init.el'. | 18 | ;; don't clutter up `init.el'. |
21 | ;; | 19 | |
22 | ;;; Code: | 20 | ;;; Code: |
23 | 21 | ||
24 | (require 'simple-modeline) | 22 | (require 'simple-modeline) |