master
josiah 3 years ago
parent f8945ecaad
commit a3535ee74c

@ -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")

@ -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

@ -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

Loading…
Cancel
Save