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