Merge branch 'main' of https://gitlab.com/marcuskammer/emacs.d into main
This commit is contained in:
commit
46240e97c1
2 changed files with 5 additions and 3 deletions
|
@ -26,11 +26,12 @@
|
||||||
'("37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "06bf0822aa77ea498bbd6038b59ad96fca43b272b49b18ab024218881ba134d1" "6e933f1668e124ec17fc7b6547f65ba760e06efb568a6c8091c600c67827e592" "7f6d4aebcc44c264a64e714c3d9d1e903284305fd7e319e7cb73345a9994f5ef" default))
|
'("37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "06bf0822aa77ea498bbd6038b59ad96fca43b272b49b18ab024218881ba134d1" "6e933f1668e124ec17fc7b6547f65ba760e06efb568a6c8091c600c67827e592" "7f6d4aebcc44c264a64e714c3d9d1e903284305fd7e319e7cb73345a9994f5ef" default))
|
||||||
'(default-frame-alist
|
'(default-frame-alist
|
||||||
'((font . "Fira Code-11")
|
'((font . "Fira Code-11")
|
||||||
(alpha . 100)
|
(alpha . 98)
|
||||||
(undecorated)
|
(undecorated)
|
||||||
(width . 85)
|
(width . 85)
|
||||||
(height . 70)
|
(height . 70)
|
||||||
(fullscreen . maximized)))
|
(fullscreen . maximized)
|
||||||
|
(vertical-scroll-bars)))
|
||||||
'(delete-selection-mode nil)
|
'(delete-selection-mode nil)
|
||||||
'(diary-file "~/Documents/diary/diary")
|
'(diary-file "~/Documents/diary/diary")
|
||||||
'(display-time-mode t)
|
'(display-time-mode t)
|
||||||
|
@ -76,6 +77,7 @@
|
||||||
'(python-shell-interpreter "python3")
|
'(python-shell-interpreter "python3")
|
||||||
'(scroll-bar-mode nil)
|
'(scroll-bar-mode nil)
|
||||||
'(show-paren-mode t)
|
'(show-paren-mode t)
|
||||||
|
'(shr-cookie-policy nil)
|
||||||
'(tool-bar-mode nil)
|
'(tool-bar-mode nil)
|
||||||
'(tramp-default-method "ssh"))
|
'(tramp-default-method "ssh"))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#: characters.
|
#: characters.
|
||||||
|
|
||||||
font_family Fira Code
|
font_family Fira Code
|
||||||
bold_font Fira Code Bold
|
bold_font Fira Code Medium
|
||||||
italic_font Fira Code Italic
|
italic_font Fira Code Italic
|
||||||
|
|
||||||
#: You can specify different fonts for the bold/italic/bold-italic
|
#: You can specify different fonts for the bold/italic/bold-italic
|
||||||
|
|
Loading…
Add table
Reference in a new issue