Update custom file for gnu
This commit is contained in:
parent
017b9485df
commit
a8634a4a60
1 changed files with 5 additions and 4 deletions
|
@ -10,6 +10,7 @@
|
|||
["#212526" "#ff4b4b" "#b4fa70" "#fce94f" "#729fcf" "#e090d7" "#8cc4ff" "#eeeeec"])
|
||||
'(backup-directory-alist '(("." . "~/.backup_filez")))
|
||||
'(browse-url-browser-function 'eww-browse-url)
|
||||
'(browse-url-secondary-browser-function 'browse-url-firefox)
|
||||
'(calendar-date-style 'iso)
|
||||
'(calendar-intermonth-text
|
||||
'(propertize
|
||||
|
@ -26,12 +27,11 @@
|
|||
'("37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "06bf0822aa77ea498bbd6038b59ad96fca43b272b49b18ab024218881ba134d1" "6e933f1668e124ec17fc7b6547f65ba760e06efb568a6c8091c600c67827e592" "7f6d4aebcc44c264a64e714c3d9d1e903284305fd7e319e7cb73345a9994f5ef" default))
|
||||
'(default-frame-alist
|
||||
'((font . "Fira Code-11")
|
||||
(alpha . 98)
|
||||
(alpha . 100)
|
||||
(undecorated)
|
||||
(width . 85)
|
||||
(height . 70)
|
||||
(fullscreen . maximized)
|
||||
(vertical-scroll-bars)))
|
||||
(fullscreen . maximized)))
|
||||
'(delete-selection-mode nil)
|
||||
'(diary-file "~/Documents/diary/diary")
|
||||
'(display-time-mode t)
|
||||
|
@ -50,6 +50,7 @@
|
|||
'(olivetti-body-width 73)
|
||||
'(org-adapt-indentation t)
|
||||
'(org-agenda-files '("~/Documents/journal"))
|
||||
'(org-agenda-include-diary t)
|
||||
'(org-babel-load-languages
|
||||
'((js . t)
|
||||
(gnuplot . t)
|
||||
|
@ -73,7 +74,7 @@
|
|||
'(org-plantuml-jar-path "~/.local/bin/plantuml.jar")
|
||||
'(package-enable-at-startup t)
|
||||
'(package-selected-packages
|
||||
'(gnuplot eglot projectile elpy color-theme-sanityinc-tomorrow nov markdown-mode markdown-preview-mode olivetti web-mode js2-mode slime flymake-racket racket-mode yaml-mode lua-mode nordless-theme use-package colorless-themes nord-theme toc-org ace-window htmlize ivy magit))
|
||||
'(csv-mode gnuplot eglot projectile elpy color-theme-sanityinc-tomorrow nov markdown-mode markdown-preview-mode olivetti web-mode js2-mode slime flymake-racket racket-mode yaml-mode lua-mode nordless-theme use-package colorless-themes nord-theme toc-org ace-window htmlize ivy magit))
|
||||
'(python-shell-interpreter "python3")
|
||||
'(scroll-bar-mode nil)
|
||||
'(show-paren-mode t)
|
||||
|
|
Loading…
Add table
Reference in a new issue