Update gnu customfile
This commit is contained in:
parent
fc5b549a1f
commit
08985625d9
1 changed files with 4 additions and 3 deletions
|
@ -10,10 +10,11 @@
|
||||||
[default default default italic underline success warning error])
|
[default default default italic underline success warning error])
|
||||||
'(backup-directory-alist '(("." . "~/.backup_filez")))
|
'(backup-directory-alist '(("." . "~/.backup_filez")))
|
||||||
'(default-frame-alist
|
'(default-frame-alist
|
||||||
'((font . "Fira Code-12")
|
'((font . "Fira Code-11")
|
||||||
(width . 90)
|
(width . 90)
|
||||||
(height . 64)
|
(height . 64)
|
||||||
(alpha . 100)))
|
(alpha . 100)
|
||||||
|
(vertical-scroll-bars)))
|
||||||
'(delete-selection-mode nil)
|
'(delete-selection-mode nil)
|
||||||
'(diary-file "~/Documents/diary/diary")
|
'(diary-file "~/Documents/diary/diary")
|
||||||
'(doom-modeline-height 33)
|
'(doom-modeline-height 33)
|
||||||
|
@ -42,7 +43,7 @@
|
||||||
'(org-plantuml-jar-path "~/.local/bin/plantuml.jar")
|
'(org-plantuml-jar-path "~/.local/bin/plantuml.jar")
|
||||||
'(package-enable-at-startup t)
|
'(package-enable-at-startup t)
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(org-web-tools rust-mode shrface emojify erc-image slime-company company webpaste magit yaml-mode markdown-mode ace-window org-tree-slide rainbow-delimiters doom-themes doom-modeline powershell ox-reveal helpful slime web-mode ob-typescript ob-rust ob-http ob-go eglot go-mode typescript-mode projectile nov olivetti all-the-icons-ivy-rich all-the-icons-dired counsel use-package))
|
'(plantuml-mode org-web-tools rust-mode shrface emojify erc-image slime-company company webpaste magit yaml-mode markdown-mode ace-window org-tree-slide rainbow-delimiters doom-themes doom-modeline powershell ox-reveal helpful slime web-mode ob-typescript ob-rust ob-http ob-go eglot go-mode typescript-mode projectile nov olivetti all-the-icons-ivy-rich all-the-icons-dired counsel use-package))
|
||||||
'(scroll-bar-mode nil)
|
'(scroll-bar-mode nil)
|
||||||
'(scroll-step 5)
|
'(scroll-step 5)
|
||||||
'(tab-bar-mode nil)
|
'(tab-bar-mode nil)
|
||||||
|
|
Loading…
Add table
Reference in a new issue