diff --git a/init.el b/init.el index 5fb674b..29634eb 100644 --- a/init.el +++ b/init.el @@ -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)