~~/.doom.d -> ~/.config/doom
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,9 +1,9 @@
|
|||||||
TAGS
|
TAGS
|
||||||
mpd/*
|
mpd/*
|
||||||
ncmpcpp/*
|
ncmpcpp/*
|
||||||
|
*.elc
|
||||||
Emacs/.config/emacs/transient/*
|
Emacs/.config/emacs/transient/*
|
||||||
Emacs/.config/emacs/straight/*
|
Emacs/.config/emacs/straight/*
|
||||||
Doom/.doom.d/org/*.el
|
|
||||||
*.elc
|
|
||||||
Emacs/.config/emacs/elpa/
|
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.
|
;; found in modules/README.org.
|
||||||
(doom! :private
|
(doom! :private
|
||||||
;;(oreoline)
|
;;(oreoline)
|
||||||
(bindings)
|
bindings
|
||||||
(startup)
|
startup
|
||||||
(gentemplate)
|
gentemplate
|
||||||
|
narrow
|
||||||
;; (ocaml +lsp)
|
;; (ocaml +lsp)
|
||||||
;; (rss +elfeed)
|
;; (rss +elfeed)
|
||||||
(narrow)
|
|
||||||
;;(completion)
|
;;(completion)
|
||||||
|
|
||||||
:input
|
:input
|
||||||
@@ -8,5 +8,7 @@ Time of startup: %s"
|
|||||||
(emacs-init-time)
|
(emacs-init-time)
|
||||||
(current-time-string (current-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))
|
(add-hook 'doom-first-input-hook
|
||||||
(setq initial-scratch-message (+startup/create-scratch-message))
|
#'(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 configuration
|
||||||
font:
|
font:
|
||||||
# Normal (roman) font face
|
# Normal (roman) font face
|
||||||
normal:
|
# normal:
|
||||||
Default:
|
# Default:
|
||||||
- (macOS) Menlo
|
# - (macOS) Menlo
|
||||||
- (Linux/BSD) monospace
|
# - (Linux/BSD) monospace
|
||||||
- (Windows) Consolas
|
# - (Windows) Consolas
|
||||||
family: Fira Code
|
family: Fira Code
|
||||||
style: Regular
|
style: Regular
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user