teaking org capture
This commit is contained in:
parent
b8961adb01
commit
3e39c1ae13
3 changed files with 38 additions and 13 deletions
15
README.org
15
README.org
|
@ -933,13 +933,13 @@ We also need to setup some capture templates to use some specific setups with my
|
|||
org-roam-db-location "~/.dotemacs/org-roam.db"
|
||||
org-roam-completion-everywhere t
|
||||
org-roam-capture-templates
|
||||
'(("d" "default" plain "%?"
|
||||
'(("d" "default" entry "\n* %?"
|
||||
:if-new (file+head "${slug}.org"
|
||||
"#+TITLE: ${title}\n#+AUTHOR: Chris Cochrun\n#+CREATED: %<%D - %I:%M %p>\n\n * %?")
|
||||
"#+TITLE: ${title}\n#+AUTHOR: Chris Cochrun\n#+CREATED: %<%D - %I:%M %p>\n\n")
|
||||
:unnarrowed t)
|
||||
("b" "bible" plain "%?"
|
||||
("b" "bible" entry "\n* %?"
|
||||
:if-new (file+head "${slug}.org"
|
||||
"#+TITLE: ${title}\n#+AUTHOR: Chris Cochrun\n#+CREATED: %<%D - %I:%M %p>\n- tags %^G\n\n* %?")
|
||||
"#+TITLE: ${title}\n#+AUTHOR: Chris Cochrun\n#+CREATED: %<%D - %I:%M %p>\n- tags :biblestudy:%^G\n\n")
|
||||
:unnarrowed t)
|
||||
("l" "TFC Lesson" plain (file ".templates/lessontemplate.org")
|
||||
:if-new (file+head "lessons/${slug}.org"
|
||||
|
@ -2959,7 +2959,8 @@ Let's add our own eshell prompt. and set the password cache to a significantly h
|
|||
("myip" "curl icanhazip.com")
|
||||
("ytd" "yt-dlp -o ~/Videos/%(title)s.%(ext)s")
|
||||
("nupg" "upgrade-nix")
|
||||
("nupd" "update-nix")))
|
||||
("nupd" "update-nix")
|
||||
("ws" "rsync -avzP public/ chris@staff.tfcconnection.org:tfcconnection")))
|
||||
|
||||
(defun chris/eshell-new()
|
||||
"Open a new eshell buffer"
|
||||
|
@ -3393,9 +3394,11 @@ I like to keep my passwords in password-store for a very unixy way of doing thin
|
|||
** Matrix/Ement
|
||||
Matrix.el is a decent enough matrix client built in emacs. Like it.
|
||||
#+begin_src emacs-lisp
|
||||
(use-package plz)
|
||||
(use-package plz
|
||||
:ensure t)
|
||||
|
||||
(use-package ement
|
||||
:ensure t
|
||||
:config
|
||||
(setq ement-room-images t
|
||||
ement-save-sessions t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue