pkg update and first config fix

org-brain not working, add org-roam
This commit is contained in:
2022-12-19 23:02:34 +01:00
parent 02b3e07185
commit 82f05baffe
885 changed files with 356098 additions and 36993 deletions

View File

@@ -4,8 +4,8 @@
;; Author: Artem Malyshev <proofit404@gmail.com>
;; URL: https://github.com/proofit404/pythonic
;; Package-Version: 20210122.1247
;; Package-Commit: fe75bc17baae314bf8f5e0b12aad3fccfc6c5397
;; Package-Version: 20220723.1741
;; Package-Commit: c18a5bd8cb2ba59014b6b29b5bf1903bd2476a07
;; Version: 0.2
;; Package-Requires: ((emacs "25.1") (s "1.9") (f "0.17.2"))
@@ -297,7 +297,8 @@ process flag."
(defun pythonic-activate (virtualenv)
"Activate python VIRTUALENV."
(interactive "DEnv: ")
(setq python-shell-virtualenv-root (pythonic-python-readable-file-name virtualenv)))
(setq python-shell-virtualenv-root
(and virtualenv (pythonic-python-readable-file-name virtualenv))))
;;;###autoload
(defun pythonic-deactivate ()