Skip to content

Commit

Permalink
tweak(init): cleanup irrelevant comments/logs
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 29, 2023
1 parent f460d8f commit f7c841d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 2 additions & 0 deletions core/me-lib.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

(require 'rx)



;;; Some plist and alist missing functions

(defun +varplist-get (vplist keyword &optional car-p)
Expand Down
10 changes: 2 additions & 8 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@
(add-hook
'emacs-startup-hook
(defun +mineamcs--restore-file-name-handler-alist-h ()
(setq file-name-handler-alist
(delete-dups (append file-name-handler-alist
(get 'file-name-handler-alist 'original-value)))))
(setq file-name-handler-alist (delete-dups (append file-name-handler-alist (get 'file-name-handler-alist 'original-value)))))
100)

;; HACK: At this point, MinEmacs variables defined in `me-vars' should be
Expand Down Expand Up @@ -191,11 +189,7 @@
;; When running in an async Org export context, there is no need to set
;; the fonts, load the theme or play with the scratch buffer.
(unless (featurep 'me-org-export-async-init)
(+log! "Applying `minemacs-fonts'.")
;; Initially MinEmacs loads the `doom-one-light' theme, and when
;; `minemacs-theme' is set in user configuration, it is loaded here.
(+load-theme)

(+deferred!
(+log! "Loading the default persistent scratch buffer.")
(let ((buf (current-buffer)))
Expand Down Expand Up @@ -248,7 +242,7 @@
(append (when (memq 'me-splash minemacs-core-modules) '(me-splash))
'(me-bootstrap)
(when (< emacs-major-version 29) '(me-compat))
'(me-builtin me-gc me-fonts)
'(me-builtin me-gc)
minemacs-core-modules)))

;; Load MinEmacs modules
Expand Down

0 comments on commit f7c841d

Please sign in to comment.