Compare commits

..

No commits in common. "b8b57fa6db49614bd13ac164a2afa8d3865f5986" and "ea7f8b85a54be54ca31e47eee067826f40dd1981" have entirely different histories.

3 changed files with 1 additions and 13 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
/music-normalize/venv/ /music-normalize/venv/
/music-normalize/*.log /music-normalize/*.log
/easyffmpeg/venv/ /easyffmpeg/venv/
/venv/

View File

@ -6,7 +6,7 @@
;; Some functionality uses this to identify you, e.g. GPG configuration, email ;; Some functionality uses this to identify you, e.g. GPG configuration, email
;; clients, file templates and snippets. ;; clients, file templates and snippets.
(setq user-full-name "exu" (setq user-full-name "RealStickman"
user-mail-address "mrc@frm01.net") user-mail-address "mrc@frm01.net")
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here ;; Doom exposes five (optional) variables for controlling fonts in Doom. Here
@ -91,11 +91,3 @@
;; Disable formatter for php ;; Disable formatter for php
(setq-hook! 'php-mode-hook +format-with :none) (setq-hook! 'php-mode-hook +format-with :none)
; auto-virtualenv package configuration
(use-package! auto-virtualenv
:init
:config
(add-hook! 'python-mode-hook 'auto-virtualenv-set-virtualenv)
(add-hook! 'projectile-after-switch-project-hook 'auto-virtualenv-set-virtualenv) ;; If using projectile
)

View File

@ -48,6 +48,3 @@
;(unpin! pinned-package another-pinned-package) ;(unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t) ;(unpin! t)
;; auto-virtualenv package install
(package! auto-virtualenv)