From 4faa73ba202e45d6ed9aedf8316e1da0d7854e69 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 7 Jan 2020 07:54:10 +0100 Subject: [PATCH] Emacs: Remove old comment. --- init.d/programming/common.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.d/programming/common.el b/init.d/programming/common.el index 792a3ef..742e47a 100644 --- a/init.d/programming/common.el +++ b/init.d/programming/common.el @@ -1,6 +1,6 @@ ;;; common.el --- Common programming settings. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-01-07T07:24:36+0100> +;; Time-stamp: <2020-01-07T07:53:57+0100> ;;; Commentary: @@ -22,7 +22,6 @@ ;; Guess indentation and if spaces or tabs are to be used. (use-package dtrt-indent - ;; FIXME: Should run before whitespace-mode. :after (editorconfig) :hook