;;; misc.el --- Basic things that do not fit any other category. -*- lexical-binding: t; -*- ;; Time-stamp: <2020-02-11T17:33:45+0100> ;;; Commentary: ;;; Code: ;; Hide minor-mode from modeline. (use-package diminish) (provide 'basics/misc) ;;; misc.el ends here