Emacs: Diminish auto-fill-function.
This commit is contained in:
parent
a4ca3c8650
commit
5d535cd318
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user