Skip to content

Commit

Permalink
langs/python: Add interpreter for python3-dotfiles-venv proxy script
Browse files Browse the repository at this point in the history
  • Loading branch information
mohkale committed Feb 11, 2024
1 parent 4d949ee commit 45e5bdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -23559,6 +23559,7 @@ Welcome to my personal Emacs configuration 😎.
#+BEGIN_SRC emacs-lisp
(use-package python
:straight (python :type built-in)
:interpreter ((rx "python3-dotfiles-venv") . python-mode)
:hook ((python-mode python-ts-mode) . +flylint)
:custom
(python-indent-guess-indent-offset-verbose nil
Expand Down

0 comments on commit 45e5bdf

Please sign in to comment.