Update font settings and add new packages
This commit is contained in:
parent
2506a49cc4
commit
d567e6c9d0
1 changed files with 5 additions and 4 deletions
|
@ -10,13 +10,13 @@
|
|||
'(custom-enabled-themes (quote (nord)))
|
||||
'(custom-safe-themes
|
||||
(quote
|
||||
("6e933f1668e124ec17fc7b6547f65ba760e06efb568a6c8091c600c67827e592" "7f6d4aebcc44c264a64e714c3d9d1e903284305fd7e319e7cb73345a9994f5ef" default)))
|
||||
("37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "06bf0822aa77ea498bbd6038b59ad96fca43b272b49b18ab024218881ba134d1" "6e933f1668e124ec17fc7b6547f65ba760e06efb568a6c8091c600c67827e592" "7f6d4aebcc44c264a64e714c3d9d1e903284305fd7e319e7cb73345a9994f5ef" default)))
|
||||
'(default-frame-alist
|
||||
(quote
|
||||
((undecorated . t)
|
||||
(font . "Iosevka Term-12")
|
||||
(font . "Fira Code-11")
|
||||
(fullscreen . maximized)
|
||||
(alpha . 98))))
|
||||
(alpha . 100))))
|
||||
'(delete-selection-mode nil)
|
||||
'(elpy-modules
|
||||
(quote
|
||||
|
@ -27,6 +27,7 @@
|
|||
'(inhibit-startup-buffer-menu t)
|
||||
'(initial-buffer-choice "~/Documents/journal/notes.org")
|
||||
'(menu-bar-mode nil)
|
||||
'(olivetti-body-width 73)
|
||||
'(org-adapt-indentation t)
|
||||
'(org-agenda-files (quote ("~/Documents/journal")))
|
||||
'(org-babel-python-command "python3")
|
||||
|
@ -39,7 +40,7 @@
|
|||
'(package-enable-at-startup t)
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(web-mode js2-mode slime flymake-racket racket-mode yaml-mode lua-mode nordless-theme use-package elpy colorless-themes nord-theme org toc-org ox-reveal ace-window htmlize ivy magit)))
|
||||
(olivetti web-mode js2-mode slime flymake-racket racket-mode yaml-mode lua-mode nordless-theme use-package elpy colorless-themes nord-theme org toc-org ox-reveal ace-window htmlize ivy magit)))
|
||||
'(scroll-bar-mode nil)
|
||||
'(tool-bar-mode nil)
|
||||
'(tramp-default-method "ssh"))
|
||||
|
|
Loading…
Add table
Reference in a new issue