Skip to content

Commit

Permalink
tweak(skel): add an example in init-tweaks.el
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 28, 2024
1 parent fff6528 commit 2beb3d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skel/init-tweaks.el
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
(+make-first-file-hook! 'c/c++ (rx "." (or "c" "cpp" "cxx" "cc" "c++" "h" "hpp" "hxx" "hh" "h++" "ixx" "cppm" "cxxm" "c++m" "ccm") eol))
(+make-first-file-hook! 'python (rx "." (or "py" "pyw" "pyx" "pyz" "pyzw") eol)))

;; Enable `pyenv' integration
;; (setq +python-enable-pyenv t)

;;; init-tweaks.el ends here

0 comments on commit 2beb3d7

Please sign in to comment.