Shrunk crontab minutes to normal size.
This commit is contained in:
parent
4fac9f1623
commit
6eda4ea07d
5
init.el
5
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; 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:
|
;;; Commentary:
|
||||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
;; 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.
|
(markdown-mode . auto-fill-mode)) ; Wrap at fill-column.
|
||||||
|
|
||||||
(use-package crontab-mode
|
(use-package crontab-mode
|
||||||
|
:custom-face
|
||||||
|
(outline-1 ((t (:inherit outline-1 ; Shrink minutes to normal size.
|
||||||
|
:height 1.0))))
|
||||||
:mode
|
:mode
|
||||||
("/cron\\.d/" . crontab-mode)
|
("/cron\\.d/" . crontab-mode)
|
||||||
("\\`'/etc/crontab\\'" . crontab-mode)
|
("\\`'/etc/crontab\\'" . crontab-mode)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user