emacs.d/bundle/custom_gnu.el

92 lines
3.8 KiB
EmacsLisp
Raw Normal View History

2020-05-16 12:39:17 +02:00
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
2020-08-31 18:23:52 +02:00
'(TeX-engine 'xetex)
2020-05-16 12:39:17 +02:00
'(ansi-color-faces-vector
[default default default italic underline success warning error])
'(ansi-color-names-vector
["#212526" "#ff4b4b" "#b4fa70" "#fce94f" "#729fcf" "#e090d7" "#8cc4ff" "#eeeeec"])
2020-08-21 07:36:27 +02:00
'(backup-directory-alist '(("." . "~/.backup_filez")))
'(browse-url-browser-function 'eww-browse-url)
2020-09-25 18:57:19 +02:00
'(browse-url-secondary-browser-function 'browse-url-firefox)
2020-08-21 08:02:52 +02:00
'(calendar-date-style 'iso)
'(calendar-intermonth-text
'(propertize
(format "%2d"
(car
(calendar-iso-from-absolute
(calendar-absolute-from-gregorian
(list month day year)))))
'font-lock-face 'font-lock-function-name-face))
'(calendar-week-start-day 1)
2020-07-26 14:18:01 +02:00
'(column-number-mode t)
2020-08-21 07:36:27 +02:00
'(custom-enabled-themes '(nord))
2020-05-16 12:39:17 +02:00
'(custom-safe-themes
2020-08-21 07:36:27 +02:00
'("37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "06bf0822aa77ea498bbd6038b59ad96fca43b272b49b18ab024218881ba134d1" "6e933f1668e124ec17fc7b6547f65ba760e06efb568a6c8091c600c67827e592" "7f6d4aebcc44c264a64e714c3d9d1e903284305fd7e319e7cb73345a9994f5ef" default))
2020-05-23 13:28:13 +02:00
'(default-frame-alist
2020-08-29 10:23:17 +02:00
'((font . "Fira Code-11")
2020-09-25 18:57:19 +02:00
(alpha . 100)
2020-07-31 20:55:56 +02:00
(undecorated)
(width . 85)
(height . 70)
2020-09-25 18:57:19 +02:00
(fullscreen . maximized)))
2020-05-16 12:39:17 +02:00
'(delete-selection-mode nil)
2020-08-29 10:23:17 +02:00
'(diary-file "~/Documents/diary/diary")
2020-07-26 14:18:01 +02:00
'(display-time-mode t)
2020-06-16 21:57:46 +02:00
'(elpy-modules
2020-08-21 07:36:27 +02:00
'(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"))
2020-05-18 18:17:22 +02:00
'(fci-rule-color "#4C566A")
2020-05-16 12:39:17 +02:00
'(global-hl-line-mode t)
2020-07-26 14:18:01 +02:00
'(global-prettify-symbols-mode t)
2020-05-16 12:39:17 +02:00
'(indent-tabs-mode nil)
'(inhibit-startup-buffer-menu t)
2020-06-16 21:57:46 +02:00
'(initial-buffer-choice "~/Documents/journal/notes.org")
'(menu-bar-mode nil)
2020-08-29 10:23:17 +02:00
'(nov-text-width nil)
'(nov-variable-pitch nil)
'(olivetti-body-width 73)
2020-05-23 13:28:13 +02:00
'(org-adapt-indentation t)
2020-08-21 07:36:27 +02:00
'(org-agenda-files '("~/Documents/journal"))
2020-09-25 18:57:19 +02:00
'(org-agenda-include-diary t)
'(org-babel-load-languages
2020-08-21 07:36:27 +02:00
'((js . t)
(gnuplot . t)
(emacs-lisp . t)
(python . t)
(sqlite . t)
(lisp . t)
(shell . t)
(css . t)
(calc . t)
(plantuml . t)
2020-08-21 07:36:27 +02:00
(dot . t)))
2020-05-18 18:30:48 +02:00
'(org-babel-python-command "python3")
2020-06-16 21:57:46 +02:00
'(org-default-notes-file "~/Documents/journal/notes.org")
2020-09-18 09:29:16 +02:00
'(org-export-backends '(html latex koma-letter))
2020-05-16 12:39:17 +02:00
'(org-html-htmlize-output-type nil)
2020-08-31 18:23:52 +02:00
'(org-latex-compiler "xelatex")
2020-09-12 22:42:45 +02:00
'(org-latex-pdf-process '("latexmk -xelatex -shell-escape -quiet -f %f"))
2020-05-23 13:28:13 +02:00
'(org-modules
2020-08-21 07:36:27 +02:00
'(ol-bbdb ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m orgtbl-sqlinsert))
2020-05-18 18:30:48 +02:00
'(org-plantuml-jar-path "~/.local/bin/plantuml.jar")
2020-05-16 12:39:17 +02:00
'(package-enable-at-startup t)
'(package-selected-packages
2020-09-25 18:57:19 +02:00
'(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")
2020-06-16 21:57:46 +02:00
'(scroll-bar-mode nil)
2020-07-26 14:18:01 +02:00
'(show-paren-mode t)
2020-09-19 13:02:41 +02:00
'(shr-cookie-policy nil)
2020-06-16 21:57:46 +02:00
'(tool-bar-mode nil)
2020-05-23 13:28:13 +02:00
'(tramp-default-method "ssh"))
2020-05-16 12:39:17 +02:00
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
2020-05-23 13:28:13 +02:00
'(highlight-indentation-current-column-face ((t (:inherit hl-line))))
2020-07-05 21:11:51 +02:00
'(highlight-indentation-face ((t (:inherit hl-line))))
2020-07-24 07:39:14 +02:00
'(variable-pitch ((t (:height 1.2 :family "Roboto Condensed")))))