Emacs: Diminish auto-fill-function.

This commit is contained in:
tastytea 2020-02-11 18:04:27 +01:00
parent a4ca3c8650
commit 5d535cd318
1 changed files with 2 additions and 1 deletions

View File

@ -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.