Org-mode config is back baby! With a vengeance!

This commit is contained in:
Henrik Lissner 2016-03-01 01:59:36 -05:00
parent 6851951aaf
commit 477ef168d4
19 changed files with 1227 additions and 309 deletions

View file

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

View file

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

View file

@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: Org template
# --
#+TITLE:${1:`(f-base buffer-file-name)`}
$0