From a3535ee74c89e47ba4fd5b638aea3dd59883eedd Mon Sep 17 00:00:00 2001 From: josiah Date: Thu, 29 Apr 2021 20:21:26 -0500 Subject: [PATCH] Update. --- .emacs.d/jlj-org.el | 2 +- .emacs.d/jlj-python.el | 3 +++ .pypirc | 7 ++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.emacs.d/jlj-org.el b/.emacs.d/jlj-org.el index 8795ed7..c61b022 100644 --- a/.emacs.d/jlj-org.el +++ b/.emacs.d/jlj-org.el @@ -108,7 +108,7 @@ ("b" "Book - capture a book you've read" entry (file+olp "~/Sync/Documents/org/webwiki.org" "books") "* %^{TITLE} \n :PROPERTIES:\n:AUTHOR: %^{AUTHOR}\n:GENRE: %^{GENRE}\n:FINISHED: %U \n:END:\n " :empty-lines 1 :prepend t) ("c" "Context-include Todo" entry (file "~/Sync/Documents/org/refile-beorg.org") - "* TODO %?\n%U \n '%a'" :empty-lines 1 :prepend t) + * TODO %?\n%U \n '%a'" :empty-lines 1 :prepend t) ("q" "quotes" entry (file+olp "~/Sync/Documents/org/webwiki.org" "quotes") "* %?\n%U \n " :empty-lines 1 :prepend t) ("t" "Todo" entry (file "~/Sync/Documents/org/refile-beorg.org") diff --git a/.emacs.d/jlj-python.el b/.emacs.d/jlj-python.el index b819051..7d48e7b 100644 --- a/.emacs.d/jlj-python.el +++ b/.emacs.d/jlj-python.el @@ -21,6 +21,9 @@ (use-package flycheck :ensure t) +; helps with LSP, generally. +(yas-global-mode 1) + ; Let's set up company! perhaps not necessary but this is what i like to use (use-package company :ensure t diff --git a/.pypirc b/.pypirc index 1e3ea5a..001a2d5 100644 --- a/.pypirc +++ b/.pypirc @@ -4,8 +4,9 @@ index-servers = pypitest [pypi] -username: jowj # replace with your PyPI username +username = jowj [pypitest] -repository: https://test.pypi.org/legacy/ -username: jowj # replace with your TestPyPI username +repository = https://test.pypi.org/legacy/ +username = jowj +