Org-mode config is back baby! With a vengeance!
This commit is contained in:
parent
6851951aaf
commit
477ef168d4
19 changed files with 1227 additions and 309 deletions
|
@ -161,14 +161,12 @@
|
|||
:n "T" 'os-switch-to-term-and-cd)
|
||||
|
||||
;; Org notes
|
||||
:n "X" 'narf/org-start
|
||||
(:prefix "x"
|
||||
:n "." 'narf/helm-org-find-files
|
||||
:n "/" 'narf/helm-org
|
||||
:n "x" 'narf/org-open-notes
|
||||
:n "p" 'narf/helm-org-crm-projects
|
||||
:n "c" 'narf/helm-org-crm-contacts
|
||||
:n "i" 'narf/helm-org-crm-invoices
|
||||
:n "w" 'narf/helm-org-writing))
|
||||
:n "." 'narf/org-find-file
|
||||
:n "/" 'narf/org-find-file-in-notes
|
||||
:n "e" 'narf/org-find-exported-file
|
||||
))
|
||||
|
||||
(:localleader
|
||||
:n "k" 'narf/helm-descbinds-localleader
|
||||
|
|
|
@ -72,6 +72,9 @@
|
|||
(exmap "tabp[rev]" 'narf:switch-to-tab-left)
|
||||
(exmap "tabl[ast]" 'narf:switch-to-tab-last)
|
||||
|
||||
;; Org-mode
|
||||
(exmap "att[ach]" 'narf:org-attach)
|
||||
|
||||
;; Plugins
|
||||
(after! flycheck
|
||||
(exmap "er[rors]" (λ! (flycheck-buffer) (flycheck-list-errors))))
|
||||
|
|
6
private/templates/org-mode/__
Normal file
6
private/templates/org-mode/__
Normal file
|
@ -0,0 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Org template
|
||||
# --
|
||||
#+TITLE:${1:`(f-base buffer-file-name)`}
|
||||
|
||||
$0
|
Loading…
Add table
Add a link
Reference in a new issue