Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d
This commit is contained in:
commit
0def492a19
2 changed files with 11 additions and 2 deletions
|
@ -330,3 +330,12 @@
|
|||
(use-package pyvenv)
|
||||
|
||||
(add-to-list 'auto-mode-alist '("\\.webmanifest\\'" . js-mode))
|
||||
|
||||
(use-package python
|
||||
:mode ("\\.py\\'" . python-mode)
|
||||
("\\.wsgi$" . python-mode)
|
||||
:init
|
||||
(setq-default indent-tabs-mode nil)
|
||||
:custom
|
||||
(fill-column 79)
|
||||
(python-indent-offset 4))
|
||||
|
|
|
@ -62,12 +62,12 @@
|
|||
'(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 "~/AppData/Local/Programs/plantuml/plantuml.jar")
|
||||
'(package-selected-packages
|
||||
'(magit eglot javascript js-mode ob-http unicode-fonts plantuml-mode rust-mode org-web-tools emojify erc-image slime-company shrface helpful xref yaml-mode webpaste web-mode use-package typescript-mode slime rainbow-delimiters racket-mode powershell ox-reveal org-tree-slide olivetti ob-typescript ob-rust ob-go nov markdown-mode go-mode geiser-racket elpy eldoc doom-themes doom-modeline counsel all-the-icons-dired ace-window))
|
||||
'(eglot javascript js-mode ob-http unicode-fonts plantuml-mode rust-mode org-web-tools emojify erc-image slime-company shrface helpful xref yaml-mode webpaste web-mode use-package typescript-mode slime rainbow-delimiters racket-mode powershell ox-reveal org-tree-slide olivetti ob-typescript ob-rust ob-go nov go-mode geiser-racket elpy eldoc doom-themes doom-modeline counsel all-the-icons-dired ace-window))
|
||||
'(plantuml-default-exec-mode 'jar)
|
||||
'(plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
|
||||
'(python-indent-guess-indent-offset nil)
|
||||
'(python-shell-interpreter "ipython")
|
||||
'(python-shell-interpreter-args "--simple-prompt -i")
|
||||
'(python-shell-interpreter-args "-i --simple-prompt --InteractiveShell.display_page=True")
|
||||
'(ring-bell-function 'ignore)
|
||||
'(scroll-bar-mode nil)
|
||||
'(scroll-step 5)
|
||||
|
|
Loading…
Add table
Reference in a new issue