diminish clutter
This commit is contained in:
parent
f2458c846c
commit
e7c63b0ba1
3 changed files with 31 additions and 1 deletions
4
init.el
4
init.el
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue