diminish clutter

This commit is contained in:
Maciej 2021-03-06 14:30:23 +02:00
parent f2458c846c
commit e7c63b0ba1
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
3 changed files with 31 additions and 1 deletions

View file

@ -6,7 +6,6 @@
;; Set GC at 300 MB for startup
(setq gc-cons-threshold 300000000)
;;; Use straight.el for package management
(defvar bootstrap-version)
(let ((bootstrap-file
@ -69,6 +68,9 @@
(require 'icejam-lang-markdown "$HOME/.emacs.d/lang/markdown.el")
(require 'icejam-lang-other "$HOME/.emacs.d/lang/other.el")
;; Diminish modeline litter
(require 'icejam-pkg-diminish "$HOME/.emacs.d/pkg/diminish.el")
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.