78 lines
3.1 KiB
EmacsLisp
78 lines
3.1 KiB
EmacsLisp
(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.
|
|
'(ansi-color-faces-vector
|
|
[default default default italic underline success warning error])
|
|
'(default-frame-alist
|
|
(quote
|
|
((vertical-scroll-bars)
|
|
(font . "Fira Code-11")
|
|
(fullscreen . maximized))))
|
|
'(delete-by-moving-to-trash t)
|
|
'(display-line-numbers-grow-only t)
|
|
'(elpy-modules
|
|
(quote
|
|
(elpy-module-company elpy-module-eldoc elpy-module-flymake elpy-module-pyvenv elpy-module-yasnippet elpy-module-sane-defaults)))
|
|
'(elpy-test-runner (quote elpy-test-pytest-runner))
|
|
'(geiser-default-implementation (quote racket))
|
|
'(horizontal-scroll-bar-mode nil)
|
|
'(inhibit-startup-buffer-menu t)
|
|
'(initial-buffer-choice "d:/syncplicity/Marcus.Kammer/documents/Journal/notes.org")
|
|
'(initial-frame-alist nil)
|
|
'(line-spacing nil)
|
|
'(ls-lisp-dirs-first t)
|
|
'(menu-bar-mode nil)
|
|
'(mode-line-format
|
|
(quote
|
|
("-" mode-line-mule-info mode-line-modified mode-line-frame-identification mode-line-buffer-identification " " mode-line-position mode-line-modes
|
|
(which-func-mode
|
|
("" which-func-format "--"))
|
|
(global-mode-string
|
|
("--" global-mode-string))
|
|
"-%-")))
|
|
'(nov-unzip-program
|
|
"C:\\Users\\Marcus.Kammer\\AppData\\Local\\Programs\\unzip-5.51-1-bin\\bin\\unzip.exe")
|
|
'(olivetti-body-width 90)
|
|
'(olivetti-lighter " Olv")
|
|
'(olivetti-minimum-body-width 80)
|
|
'(olivetti-mode-hook nil)
|
|
'(org-agenda-files (quote ("d:/syncplicity/Marcus.Kammer/documents/Journal/")))
|
|
'(org-babel-load-languages
|
|
(quote
|
|
((js . t)
|
|
(gnuplot . t)
|
|
(emacs-lisp . t)
|
|
(python . t)
|
|
(sqlite . t)
|
|
(lisp . t)
|
|
(shell . t)
|
|
(css . t)
|
|
(calc . t)
|
|
(plantuml . t)
|
|
(dot . t))))
|
|
'(org-clock-out-remove-zero-time-clocks t)
|
|
'(org-default-notes-file "d:/syncplicity/Marcus.Kammer/documents/Journal/notes.org")
|
|
'(org-duration-format (quote h:mm))
|
|
'(org-modules
|
|
(quote
|
|
(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m)))
|
|
'(org-plantuml-jar-path
|
|
"c:/Users/Marcus.Kammer/AppData/Local/Programs/plantuml/plantuml.jar")
|
|
'(package-selected-packages
|
|
(quote
|
|
(ein projectile nov markdown-preview-mode request rust-mode sphinx-frontend sphinx-mode racket-mode geiser slime web-mode js2-mode markdown-mode yaml-mode olivetti elpy use-package nord-theme nordless-theme org toc-org ox-reveal ace-window htmlize ivy magit)))
|
|
'(python-indent-guess-indent-offset nil)
|
|
'(python-shell-interpreter "ipython")
|
|
'(ring-bell-function (quote ignore))
|
|
'(scroll-bar-mode nil)
|
|
'(tool-bar-mode nil))
|
|
(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.
|
|
'(highlight-indentation-current-column-face ((t (:inherit hl-line))))
|
|
'(highlight-indentation-face ((t (:inherit hl-line))))
|
|
'(variable-pitch ((t (:height 1.1 :foundry "outline" :family "Noto Sans")))))
|