From a54a36a2e9e4fff21cfe7e776f6bb8c7fdcf5112 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 13 Dec 2020 11:00:14 +0100 Subject: [PATCH] Emacs: Remove Time-stamps. --- init.d/basics/appearance.el | 2 -- init.d/basics/buffers.el | 2 -- init.d/basics/early-packages.el | 2 -- init.d/basics/global-variables.el | 2 -- init.d/basics/input.el | 2 -- init.d/basics/package-management.el | 2 -- init.d/basics/ui.el | 2 -- init.d/misc/completion.el | 2 -- init.d/misc/documentation.el | 2 -- init.d/misc/email.el | 2 -- init.d/net/client.el | 2 -- init.d/net/server.el | 2 -- init.d/programming/c++.el | 2 -- init.d/programming/common.el | 2 -- init.d/programming/elisp.el | 2 -- init.d/programming/git.el | 2 -- init.d/programming/lsp.el | 2 -- init.d/programming/misc.el | 2 -- init.d/text/common.el | 2 -- init.d/text/latex.el | 2 -- init.d/text/misc.el | 2 -- init.d/text/web.el | 2 -- 22 files changed, 44 deletions(-) diff --git a/init.d/basics/appearance.el b/init.d/basics/appearance.el index b1d0564..ddfdceb 100644 --- a/init.d/basics/appearance.el +++ b/init.d/basics/appearance.el @@ -1,7 +1,5 @@ ;;; appearance.el --- Configure appearance. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-12-06T12:02:22+0100> - ;;; Commentary: ;; * Helpful visualizations. diff --git a/init.d/basics/buffers.el b/init.d/basics/buffers.el index a5ec957..46cac3d 100644 --- a/init.d/basics/buffers.el +++ b/init.d/basics/buffers.el @@ -1,7 +1,5 @@ ;;; buffers.el --- Default settings for buffers. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-12-13T10:32:47+0100> - ;;; Commentary: ;; * Setup scratch buffer. ;; * Set fill-column. diff --git a/init.d/basics/early-packages.el b/init.d/basics/early-packages.el index 949d977..bc4a718 100644 --- a/init.d/basics/early-packages.el +++ b/init.d/basics/early-packages.el @@ -1,7 +1,5 @@ ;;; early-packages.el --- Packages that need to be loaded early -*- lexical-binding: t; -*- -;; Time-stamp: <2020-03-31T02:02:59+0200> - ;;; Commentary: ;;; Code: diff --git a/init.d/basics/global-variables.el b/init.d/basics/global-variables.el index af5aec9..373f3c3 100644 --- a/init.d/basics/global-variables.el +++ b/init.d/basics/global-variables.el @@ -1,7 +1,5 @@ ;;; global-variables.el --- Set some global variables. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-12-08T15:47:38+0100> - ;;; Commentary: ;; * Banish customizations. ;; * Fewer startup messages. diff --git a/init.d/basics/input.el b/init.d/basics/input.el index 1efd393..89bd215 100644 --- a/init.d/basics/input.el +++ b/init.d/basics/input.el @@ -1,7 +1,5 @@ ;;; input.el --- Configure behaviour of input devices. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-11-29T13:28:27+0100> - ;;; Commentary: ;; * Setup mouse & keyboard behaviour. ;; * Setup basic keybindings. diff --git a/init.d/basics/package-management.el b/init.d/basics/package-management.el index 54db318..c589445 100644 --- a/init.d/basics/package-management.el +++ b/init.d/basics/package-management.el @@ -1,7 +1,5 @@ ;;; package-management.el --- Initialize package management -*- lexical-binding: t; -*- -;; Time-stamp: <2020-11-27T02:19:17+0100> - ;;; Commentary: ;; * Set up straight ;; * Set up use-package. diff --git a/init.d/basics/ui.el b/init.d/basics/ui.el index 51d55db..46d73ed 100644 --- a/init.d/basics/ui.el +++ b/init.d/basics/ui.el @@ -1,7 +1,5 @@ ;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-12-08T14:01:08+0100> - ;;; Commentary: ;; * treemacs diff --git a/init.d/misc/completion.el b/init.d/misc/completion.el index ef12732..04a00e9 100644 --- a/init.d/misc/completion.el +++ b/init.d/misc/completion.el @@ -1,7 +1,5 @@ ;;; completion.el --- Completion base packages. -*- lexical-binding: t; -*- -;; Time-Stamp: <> - ;;; Commentary: ;; * Ivy ;; * Counsel diff --git a/init.d/misc/documentation.el b/init.d/misc/documentation.el index e0bb9da..8538696 100644 --- a/init.d/misc/documentation.el +++ b/init.d/misc/documentation.el @@ -1,7 +1,5 @@ ;;; documentation.el --- Tools to look up documentation -*- lexical-binding: t; -*- -;; Time-stamp: <2020-05-24T22:38:35+0200> - ;;; Commentary: ;;; Code: diff --git a/init.d/misc/email.el b/init.d/misc/email.el index acb876d..299f1f9 100644 --- a/init.d/misc/email.el +++ b/init.d/misc/email.el @@ -1,7 +1,5 @@ ;;; email.el --- Email setup -*- lexical-binding: t; -*- -;; Time-stamp: <2020-05-24T22:38:58+0200> - ;;; Commentary: ;;; Code: diff --git a/init.d/net/client.el b/init.d/net/client.el index 601ddb0..7665274 100644 --- a/init.d/net/client.el +++ b/init.d/net/client.el @@ -1,7 +1,5 @@ ;;; client.el --- Network clients. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-12-08T14:08:16+0100> - ;;; Commentary: ;;; Code: diff --git a/init.d/net/server.el b/init.d/net/server.el index 9c24bcb..5ce4cd1 100644 --- a/init.d/net/server.el +++ b/init.d/net/server.el @@ -1,7 +1,5 @@ ;;; server.el --- Set up network stuff.. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-12-05T14:05:39+0100> - ;;; Commentary: ;;; Code: diff --git a/init.d/programming/c++.el b/init.d/programming/c++.el index 4480f22..67d5315 100644 --- a/init.d/programming/c++.el +++ b/init.d/programming/c++.el @@ -1,7 +1,5 @@ ;;; c++.el --- C++ settings. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-12-08T13:10:22+0100> - ;;; Commentary: ;;; Code: diff --git a/init.d/programming/common.el b/init.d/programming/common.el index b2f5790..4f87633 100644 --- a/init.d/programming/common.el +++ b/init.d/programming/common.el @@ -1,7 +1,5 @@ ;;; common.el --- Common programming settings. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-12-10T11:22:22+0100> - ;;; Commentary: ;;; Code: diff --git a/init.d/programming/elisp.el b/init.d/programming/elisp.el index c18e952..f9f35d6 100644 --- a/init.d/programming/elisp.el +++ b/init.d/programming/elisp.el @@ -1,7 +1,5 @@ ;;; elisp.el --- Packages and settings for elisp. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-03-27T21:36:17+0100> - ;;; Commentary: ;;; Code: diff --git a/init.d/programming/git.el b/init.d/programming/git.el index c7ab7b0..52e1f18 100644 --- a/init.d/programming/git.el +++ b/init.d/programming/git.el @@ -1,7 +1,5 @@ ;;; git.el --- magit and stuff. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-12-08T13:15:20+0100> - ;;; Commentary: ;;; Code: diff --git a/init.d/programming/lsp.el b/init.d/programming/lsp.el index ceac19d..77c8df5 100644 --- a/init.d/programming/lsp.el +++ b/init.d/programming/lsp.el @@ -1,7 +1,5 @@ ;;; lsp.el --- Language Server Protocol. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-12-08T13:20:51+0100> - ;;; Commentary: ;;; Code: diff --git a/init.d/programming/misc.el b/init.d/programming/misc.el index f67e8bf..77412fc 100644 --- a/init.d/programming/misc.el +++ b/init.d/programming/misc.el @@ -1,7 +1,5 @@ ;;; misc.el --- Miscellaneous programming languages. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-09-30T18:16:18+0200> - ;;; Commentary: ;; Programming languages and build systems that don't warrant a dedicated file. diff --git a/init.d/text/common.el b/init.d/text/common.el index af44e2c..8d4a398 100644 --- a/init.d/text/common.el +++ b/init.d/text/common.el @@ -1,7 +1,5 @@ ;;; common.el --- Common settings for text files. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-12-08T13:16:30+0100> - ;;; Commentary: ;;; Code: diff --git a/init.d/text/latex.el b/init.d/text/latex.el index 4b82b77..3296a7d 100644 --- a/init.d/text/latex.el +++ b/init.d/text/latex.el @@ -1,7 +1,5 @@ ;;; latex.el --- Settings for LaTeX. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-12-08T14:08:10+0100> - ;;; Commentary: ;;; Code: diff --git a/init.d/text/misc.el b/init.d/text/misc.el index 1365260..caa6ab5 100644 --- a/init.d/text/misc.el +++ b/init.d/text/misc.el @@ -1,7 +1,5 @@ ;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-12-13T10:32:07+0100> - ;;; Commentary: ;;; Code: diff --git a/init.d/text/web.el b/init.d/text/web.el index f1cd4e8..5d8ff28 100644 --- a/init.d/text/web.el +++ b/init.d/text/web.el @@ -1,7 +1,5 @@ ;;; web.el --- Settings for web stuff. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-12-08T14:08:02+0100> - ;;; Commentary: ;;; Code: