~~/.doom.d -> ~/.config/doom

This commit is contained in:
dx
2020-07-15 15:56:08 +01:00
parent 33edf2cf6d
commit 6bdf6db3b4
42 changed files with 16 additions and 14 deletions

6
.gitignore vendored
View File

@@ -1,9 +1,9 @@
TAGS
mpd/*
ncmpcpp/*
*.elc
Emacs/.config/emacs/transient/*
Emacs/.config/emacs/straight/*
Doom/.doom.d/org/*.el
*.elc
Emacs/.config/emacs/elpa/
Doom/.doom.d/modules/private/bindings/*.el
Doom/.config/doom/org/*.el
Doom/.config/doom/modules/private/bindings/*.el

View File

@@ -9,12 +9,12 @@
;; found in modules/README.org.
(doom! :private
;;(oreoline)
(bindings)
(startup)
(gentemplate)
bindings
startup
gentemplate
narrow
;; (ocaml +lsp)
;; (rss +elfeed)
(narrow)
;;(completion)
:input

View File

@@ -8,5 +8,7 @@ Time of startup: %s"
(emacs-init-time)
(current-time-string (current-time))))
(setq-default mode-line-format (list "%l:%c %P \t %+%b(" '(:eval (format "%s" major-mode)) ") \t %I \t" vc-mode mode-line-end-spaces))
(setq initial-scratch-message (+startup/create-scratch-message))
(add-hook 'doom-first-input-hook
#'(lambda ()
(setq-default mode-line-format (list "%l:%c %P \t %+%b(" '(:eval (format "%s" major-mode)) ") \t %I \t" vc-mode mode-line-end-spaces))
(setq-default initial-scratch-message (+startup/create-scratch-message))))

View File

@@ -102,11 +102,11 @@ window:
# Font configuration
font:
# Normal (roman) font face
normal:
Default:
- (macOS) Menlo
- (Linux/BSD) monospace
- (Windows) Consolas
# normal:
# Default:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
family: Fira Code
style: Regular