Skip to content

Commit e67d34e

Browse files
committed
docs(skel): update examples
1 parent a610225 commit e67d34e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

skel/early-config.el

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
;;; early-config.el -*- coding: utf-8-unix; lexical-binding: t; -*-
1+
;;; early-config.el --- Early configuration file -*- coding: utf-8-unix; lexical-binding: t; -*-
2+
3+
;; Copyright (C) 2022-2024 Abdelhak Bougouffa
24

35
;; This file will be loaded at the end of `early-init.el', it can be used to set
46
;; some early initialization stuff, or to set some MinEmacs variables, specially
@@ -8,9 +10,6 @@
810
(unless minemacs-verbose-p
911
(setq minemacs-msg-level 2))
1012

11-
;; Disable `dashboard'
12-
;; (setq +dashboard-disable t)
13-
1413
;; Setup proxies
1514
;; (setq minemacs-proxies
1615
;; '(("no" . "localhost,127.0.0.1,.local,.mylocaltld")

skel/modules.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; modules.el -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2022 Abdelhak Bougouffa
3+
;; Copyright (C) 2022-2024 Abdelhak Bougouffa
44

55
;; This file can be used to override `minemacs-modules'
66

0 commit comments

Comments
 (0)