Update init

This commit is contained in:
Marcus Kammer 2019-08-30 16:44:39 +02:00
parent c82187c030
commit b99727e70c

View file

@ -94,7 +94,7 @@ There are two things you can do about this warning:
'(package-enable-at-startup t)
'(package-selected-packages
(quote
(pickle feature-mode elpy elnode ein latex-extra latex-preview-pane docker docker-api docker-cli docker-compose-mode dockerfile-mode python-docstring pytest py-autopep8 pydoc pylint python-info auto-complete-rst sphinx-doc sphinx-frontend sphinx-mode ox-mediawiki ox-minutes ox-nikola cargo racket-mode rust-mode slime gherkin-mode gitlab gitlab-ci-mode org-jira powershell helm gitconfig-mode gitignore-mode ox-rst typescript-mode ## skewer-mode ob-http ob-ipython ob-restclient linum-relative markdown-mode nord-theme restclient request restclient-test yaml-mode magit)))
(vimish-fold w3 pickle feature-mode elpy elnode ein latex-extra latex-preview-pane docker docker-api docker-cli docker-compose-mode dockerfile-mode python-docstring pytest py-autopep8 pydoc pylint python-info auto-complete-rst sphinx-doc sphinx-frontend sphinx-mode ox-mediawiki ox-minutes ox-nikola cargo racket-mode rust-mode slime gherkin-mode gitlab gitlab-ci-mode org-jira powershell helm gitconfig-mode gitignore-mode ox-rst typescript-mode ## skewer-mode ob-http ob-ipython ob-restclient linum-relative markdown-mode nord-theme restclient request restclient-test yaml-mode magit)))
'(python-shell-interpreter "python3" t)
'(request-log-level (quote debug))
'(request-message-level (quote debug))
@ -117,7 +117,7 @@ There are two things you can do about this warning:
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
(when (display-graphic-p) (add-to-list 'default-frame-alist '(font . "Hack-11")))
;; (when (display-graphic-p) (add-to-list 'default-frame-alist '(font . "Hack-11")))
;; UTF-8 FTW
(prefer-coding-system 'utf-8)
@ -144,7 +144,7 @@ There are two things you can do about this warning:
(when (display-graphic-p)
;;(set-default-font "RobotoMono Nerd Font 13")
(set-frame-font "RobotoMono Nerd Font 13")
(add-to-list 'default-frame-alist '(font . "RobotoMono Nerd Font-13"))
(add-to-list 'default-frame-alist '(font . "RobotoMono Nerd Font-12"))
(add-to-list 'default-frame-alist '(ns-transparent-titlebar . t))
(add-to-list 'default-frame-alist '(ns-appearance . dark))
(add-to-list 'default-frame-alist '(height . 60))
@ -158,7 +158,7 @@ There are two things you can do about this warning:
;; (require 'evo-feeds)
(when (display-graphic-p)
;(add-to-list 'default-frame-alist '(font . "Consolas-11"))
(add-to-list 'default-frame-alist '(font . "Roboto Mono-12.0"))
(add-to-list 'default-frame-alist '(font . "Roboto Mono-10.0"))
(add-to-list 'default-frame-alist '(height . 50))
(add-to-list 'default-frame-alist '(width . 86))
(add-to-list 'default-frame-alist '(fullscreen . maximized))