File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 20
20
21
21
(require 'rx )
22
22
23
+
24
+
23
25
; ;; Some plist and alist missing functions
24
26
25
27
(defun +varplist-get (vplist keyword &optional car-p)
Original file line number Diff line number Diff line change 76
76
(add-hook
77
77
'emacs-startup-hook
78
78
(defun +mineamcs--restore-file-name-handler-alist-h ()
79
- (setq file-name-handler-alist
80
- (delete-dups (append file-name-handler-alist
81
- (get 'file-name-handler-alist 'original-value )))))
79
+ (setq file-name-handler-alist (delete-dups (append file-name-handler-alist (get 'file-name-handler-alist 'original-value )))))
82
80
100 )
83
81
84
82
; ; HACK: At this point, MinEmacs variables defined in `me-vars' should be
191
189
; ; When running in an async Org export context, there is no need to set
192
190
; ; the fonts, load the theme or play with the scratch buffer.
193
191
(unless (featurep 'me-org-export-async-init )
194
- (+log! " Applying `minemacs-fonts' ." )
195
- ; ; Initially MinEmacs loads the `doom-one-light' theme, and when
196
- ; ; `minemacs-theme' is set in user configuration, it is loaded here.
197
192
(+load-theme)
198
-
199
193
(+deferred!
200
194
(+log! " Loading the default persistent scratch buffer." )
201
195
(let ((buf (current-buffer )))
248
242
(append (when (memq 'me-splash minemacs-core-modules) '(me-splash))
249
243
'(me-bootstrap)
250
244
(when (< emacs-major-version 29 ) '(me-compat))
251
- '(me-builtin me-gc me-fonts )
245
+ '(me-builtin me-gc)
252
246
minemacs-core-modules)))
253
247
254
248
; ; Load MinEmacs modules
You can’t perform that action at this time.
0 commit comments