Update init
This commit is contained in:
parent
7062563908
commit
c82187c030
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -59,7 +59,7 @@ There are two things you can do about this warning:
|
|||
'(global-font-lock-mode t)
|
||||
'(global-hl-line-mode t)
|
||||
'(indent-tabs-mode nil)
|
||||
'(inferior-lisp-program "/usr/bin/clisp")
|
||||
'(inferior-lisp-program "/usr/bin/clisp" t)
|
||||
'(inhibit-startup-screen t)
|
||||
'(line-number-mode t)
|
||||
'(line-spacing 3)
|
||||
|
@ -94,7 +94,7 @@ There are two things you can do about this warning:
|
|||
'(package-enable-at-startup t)
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(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 w3m 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)))
|
||||
(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))
|
||||
|
|
Loading…
Add table
Reference in a new issue