~~/.doom.d -> ~/.config/doom
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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))))
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user