20250318.1742336578
This commit is contained in:
parent
fa8765d3ab
commit
b5e2a46ab1
7 changed files with 15 additions and 12 deletions
|
@ -23,7 +23,7 @@
|
|||
;;
|
||||
;;(setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light)
|
||||
;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13))
|
||||
(setq doom-font (font-spec :family "JetBrainsMono Nerd Font" :size 13.0))
|
||||
(setq doom-font (font-spec :family "JetBrainsMono Nerd Font" :size 12.0))
|
||||
;;
|
||||
;; If you or Emacs can't find your font, use 'M-x describe-font' to look them
|
||||
;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to
|
||||
|
|
|
@ -13,13 +13,13 @@ journals:
|
|||
default:
|
||||
display_format: markdown
|
||||
encrypt: false
|
||||
journal: /home/cr33per/.diary/diary.jrnl
|
||||
journal: /home/fz0x1/.diary/diary.jrnl
|
||||
test:
|
||||
display_format: markdown
|
||||
encrypt: false
|
||||
journal: /home/cr33per/test.jrnl
|
||||
journal: /home/fz0x1/test.jrnl
|
||||
linewrap: 80
|
||||
tagsymbols: '@'
|
||||
template: false
|
||||
timeformat: '%F %r'
|
||||
version: v4.2
|
||||
version: v4.2.1
|
||||
|
|
|
@ -132,7 +132,7 @@ alias jrnlc="jrnl --encrypt"
|
|||
|
||||
# bindkeys
|
||||
## autosuggest
|
||||
bindkey "^[" autosuggest-accept
|
||||
bindkey "^]" autosuggest-accept
|
||||
|
||||
# paths
|
||||
## rust
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue