Some customs for windows platform
This commit is contained in:
parent
3b517fe50d
commit
397b709aae
1 changed files with 6 additions and 2 deletions
|
@ -15,6 +15,7 @@
|
||||||
'(elpy-modules
|
'(elpy-modules
|
||||||
(quote
|
(quote
|
||||||
(elpy-module-company elpy-module-eldoc elpy-module-flymake elpy-module-pyvenv elpy-module-yasnippet elpy-module-sane-defaults)))
|
(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))
|
'(geiser-default-implementation (quote racket))
|
||||||
'(horizontal-scroll-bar-mode nil)
|
'(horizontal-scroll-bar-mode nil)
|
||||||
'(inhibit-startup-buffer-menu t)
|
'(inhibit-startup-buffer-menu t)
|
||||||
|
@ -31,6 +32,8 @@
|
||||||
(global-mode-string
|
(global-mode-string
|
||||||
("--" 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-body-width 90)
|
||||||
'(olivetti-lighter " Olv")
|
'(olivetti-lighter " Olv")
|
||||||
'(olivetti-minimum-body-width 80)
|
'(olivetti-minimum-body-width 80)
|
||||||
|
@ -59,7 +62,7 @@
|
||||||
"c:/Users/Marcus.Kammer/AppData/Local/Programs/plantuml/plantuml.jar")
|
"c:/Users/Marcus.Kammer/AppData/Local/Programs/plantuml/plantuml.jar")
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(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)))
|
(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-indent-guess-indent-offset nil)
|
||||||
'(python-shell-interpreter "ipython")
|
'(python-shell-interpreter "ipython")
|
||||||
'(ring-bell-function (quote ignore))
|
'(ring-bell-function (quote ignore))
|
||||||
|
@ -71,4 +74,5 @@
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(highlight-indentation-current-column-face ((t (:inherit hl-line))))
|
'(highlight-indentation-current-column-face ((t (:inherit hl-line))))
|
||||||
'(highlight-indentation-face ((t (:inherit hl-line)))))
|
'(highlight-indentation-face ((t (:inherit hl-line))))
|
||||||
|
'(variable-pitch ((t (:height 1.1 :foundry "outline" :family "Noto Sans")))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue