fix: change python-mode settings
This commit is contained in:
parent
9fa736c390
commit
dce8295258
1 changed files with 3 additions and 2 deletions
|
@ -7,8 +7,7 @@
|
|||
[default default default italic underline success warning error])
|
||||
'(default-frame-alist
|
||||
(quote
|
||||
((undecorated . t)
|
||||
(font . "Iosevka Term-12")
|
||||
((font . "Iosevka Term-12")
|
||||
(fullscreen . maximized)
|
||||
(alpha . 98))))
|
||||
'(delete-by-moving-to-trash t)
|
||||
|
@ -33,6 +32,8 @@
|
|||
'(package-selected-packages
|
||||
(quote
|
||||
(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))
|
||||
(custom-set-faces
|
||||
|
|
Loading…
Add table
Reference in a new issue