Update custom file for gnu
This commit is contained in:
parent
09811e1885
commit
ad5bbb290b
1 changed files with 14 additions and 20 deletions
|
@ -7,28 +7,25 @@
|
|||
[default default default italic underline success warning error])
|
||||
'(ansi-color-names-vector
|
||||
["#212526" "#ff4b4b" "#b4fa70" "#fce94f" "#729fcf" "#e090d7" "#8cc4ff" "#eeeeec"])
|
||||
'(backup-directory-alist (quote (("." . "~/.backup_filez"))))
|
||||
'(browse-url-browser-function (quote eww-browse-url))
|
||||
'(backup-directory-alist '(("." . "~/.backup_filez")))
|
||||
'(browse-url-browser-function 'eww-browse-url)
|
||||
'(column-number-mode t)
|
||||
'(custom-enabled-themes (quote (nord)))
|
||||
'(custom-enabled-themes '(nord))
|
||||
'(custom-safe-themes
|
||||
(quote
|
||||
("37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "06bf0822aa77ea498bbd6038b59ad96fca43b272b49b18ab024218881ba134d1" "6e933f1668e124ec17fc7b6547f65ba760e06efb568a6c8091c600c67827e592" "7f6d4aebcc44c264a64e714c3d9d1e903284305fd7e319e7cb73345a9994f5ef" default)))
|
||||
'("37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "06bf0822aa77ea498bbd6038b59ad96fca43b272b49b18ab024218881ba134d1" "6e933f1668e124ec17fc7b6547f65ba760e06efb568a6c8091c600c67827e592" "7f6d4aebcc44c264a64e714c3d9d1e903284305fd7e319e7cb73345a9994f5ef" default))
|
||||
'(default-frame-alist
|
||||
(quote
|
||||
((font . "Fira Code-11")
|
||||
'((font . "Iosevka Term-11")
|
||||
(alpha . 100)
|
||||
(undecorated)
|
||||
(width . 85)
|
||||
(height . 70)
|
||||
(vertical-scroll-bars)
|
||||
(fullscreen . fullscreen))))
|
||||
(fullscreen . fullscreen)
|
||||
(vertical-scroll-bars)))
|
||||
'(delete-selection-mode nil)
|
||||
'(display-time-mode t)
|
||||
'(elpy-modules
|
||||
(quote
|
||||
(elpy-module-company elpy-module-eldoc elpy-module-flymake elpy-module-folding elpy-module-pyvenv elpy-module-yasnippet elpy-module-django elpy-module-autodoc elpy-module-sane-defaults)))
|
||||
'(elpy-test-pytest-runner-command (quote ("pytest")))
|
||||
'(elpy-module-company elpy-module-eldoc elpy-module-flymake elpy-module-folding elpy-module-pyvenv elpy-module-yasnippet elpy-module-django elpy-module-autodoc elpy-module-sane-defaults))
|
||||
'(elpy-test-pytest-runner-command '("pytest"))
|
||||
'(fci-rule-color "#4C566A")
|
||||
'(global-hl-line-mode t)
|
||||
'(global-prettify-symbols-mode t)
|
||||
|
@ -38,10 +35,9 @@
|
|||
'(menu-bar-mode nil)
|
||||
'(olivetti-body-width 73)
|
||||
'(org-adapt-indentation t)
|
||||
'(org-agenda-files (quote ("~/Documents/journal")))
|
||||
'(org-agenda-files '("~/Documents/journal"))
|
||||
'(org-babel-load-languages
|
||||
(quote
|
||||
((js . t)
|
||||
'((js . t)
|
||||
(gnuplot . t)
|
||||
(emacs-lisp . t)
|
||||
(python . t)
|
||||
|
@ -51,18 +47,16 @@
|
|||
(css . t)
|
||||
(calc . t)
|
||||
(plantuml . t)
|
||||
(dot . t))))
|
||||
(dot . t)))
|
||||
'(org-babel-python-command "python3")
|
||||
'(org-default-notes-file "~/Documents/journal/notes.org")
|
||||
'(org-html-htmlize-output-type nil)
|
||||
'(org-modules
|
||||
(quote
|
||||
(ol-bbdb ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m orgtbl-sqlinsert)))
|
||||
'(ol-bbdb ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m orgtbl-sqlinsert))
|
||||
'(org-plantuml-jar-path "~/.local/bin/plantuml.jar")
|
||||
'(package-enable-at-startup t)
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(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 org toc-org ox-reveal ace-window htmlize ivy magit)))
|
||||
'(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 org toc-org ox-reveal 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