Shrunk crontab minutes to normal size.

This commit is contained in:
tastytea 2019-07-19 04:29:42 +02:00
parent 4fac9f1623
commit 6eda4ea07d
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file.
;; Time-stamp: <2019-07-17T23:13:36+00:00>
;; Time-stamp: <2019-07-19T02:29:31+00:00>
;;; Commentary:
;; I am using this file with Emacs 26, but most of it will probably work with
@ -827,6 +827,9 @@ With argument, do this that many times."
(markdown-mode . auto-fill-mode)) ; Wrap at fill-column.
(use-package crontab-mode
:custom-face
(outline-1 ((t (:inherit outline-1 ; Shrink minutes to normal size.
:height 1.0))))
:mode
("/cron\\.d/" . crontab-mode)
("\\`'/etc/crontab\\'" . crontab-mode)