Update.
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user