Emacs: Diminish auto-fill-function.

This commit is contained in:
tastytea 2020-02-11 18:04:27 +01:00
parent a4ca3c8650
commit 5d535cd318

View File

@ -1,6 +1,6 @@
;;; global-variables.el --- Set global variables. -*- lexical-binding: t; -*- ;;; 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: ;;; Commentary:
;; * Set `slow-computer'. ;; * Set `slow-computer'.
@ -22,6 +22,7 @@
(use-package emacs (use-package emacs
:ensure nil :ensure nil
:diminish abbrev-mode :diminish abbrev-mode
:diminish auto-fill-function
:init :init
;; Banish customizations to another file. ;; Banish customizations to another file.