From 5d535cd318642070596a2ace291fd0fddca07220 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 11 Feb 2020 18:04:27 +0100 Subject: [PATCH] Emacs: Diminish auto-fill-function. --- init.d/basics/global-variables.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.d/basics/global-variables.el b/init.d/basics/global-variables.el index 81e4b89..03ddc20 100644 --- a/init.d/basics/global-variables.el +++ b/init.d/basics/global-variables.el @@ -1,6 +1,6 @@ ;;; global-variables.el --- Set global variables. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-02-11T17:57:34+0100> +;; Time-stamp: <2020-02-11T18:03:59+0100> ;;; Commentary: ;; * Set `slow-computer'. @@ -22,6 +22,7 @@ (use-package emacs :ensure nil :diminish abbrev-mode + :diminish auto-fill-function :init ;; Banish customizations to another file.