NARF v0.7.0
vcs: + +git-gutter to conf-modes; -git-gutter from evil-insert-state-exit + switch github-browse-file for browse-at-remote + fix <leader>ob; add <leader>d[./sr] vc bindings + vc-annotate bindings and initial state Workgroups2 integration: + don't mess with buffers (speeds up emacs a lot!) + unicode numbers in display + single display function + remember workgroup uid instead (and smarter :tabrename) + clean up after wg update Org-mode + give highlight precedence to links in org-mode + enable encryption + config clean up + use different font for org + exclude attachments in recentf + redo latex and inline-image config + add narf/org-open-notes + update file templates for org CRM Mode-line + polish mode-line + decouple from spaceline-segments.el + refactor narf|spaceline-env-update + add macro-recording and buffer-size indicators to mode-line + python: '2>&1' in env-command + flycheck fringe indicator: change to arrow Aesthetics + update narf-dark-theme + add narf-minibuffer-active face + change writing indicator in writing-mode Misc + fix whitespace in display-startup-echo-area-message + reset fonts for more unicode characters + custom imenu entries + helm-imenu fontification + enable yascroll-bar in REPLs + reorganize my-commands.el + force quit iedit on ESC in normal mode + update snippets submodule + remove ido init (helm handles it all) [EXPERIMENTAL] + back to Terminus(TTF) font + popwin: update config for git-gutter and vc-diff windows + highlight :g[lobal] and :al[ign] matches + decouple narf/get-buffers+narf/get-all-buffers from wg-mess-with-buffer-list + fix narf/helm-buffers-dwim (add interactive form)
This commit is contained in:
parent
8943bbc79f
commit
aa26332d00
29 changed files with 691 additions and 421 deletions
|
@ -1,12 +1,11 @@
|
|||
#+TITLE:${1:Contact Name}${2: 🏢}
|
||||
#+begin_src yaml
|
||||
created: `(format-time-string "%Y-%m-%d")`
|
||||
#+TITLE:${1:Contact Name}
|
||||
#+DATE: `(format-time-string "%Y-%m-%d")`
|
||||
#+EMAIL: ${2:email@address.com}
|
||||
#+ADDRESS: $3
|
||||
#+CITY: $4
|
||||
#+COUNTRY: $5
|
||||
|
||||
email: ${3:email@address.com}
|
||||
address: $4
|
||||
city: $5
|
||||
country: $6
|
||||
#+end_src
|
||||
${0:...}
|
||||
|
||||
* Associates
|
||||
+ Associate's name :: associates@email.com
|
||||
|
|
|
@ -1,18 +1,21 @@
|
|||
#+TITLE:${1:1234-5678}
|
||||
#+begin_src yaml
|
||||
created: `(format-time-string "%Y-%m-%d")`
|
||||
issued: `(format-time-string "%Y-%m-%d")`
|
||||
currency: ${2:CAD|USD|GBP|DKK}
|
||||
contact: ${3:email address}
|
||||
#+DATE: `(format-time-string "%Y-%m-%d")`
|
||||
#+ISSUED: ${2:`(format-time-string "%Y-%m-%d")`}
|
||||
#+PAID: ${3:`(format-time-string "%Y-%m-%d")`}
|
||||
#+CURRENCY: ${4:CAD|USD|DKK|GBP}
|
||||
#+CONTACT: ${5:Contact ID}
|
||||
#+PROJECT: ${6:Project ID}
|
||||
|
||||
items:
|
||||
- title: "$4"
|
||||
body: "$5"
|
||||
qty: ${6:1}
|
||||
amount: ${7:1200.00}
|
||||
| *Description* | *qty* | *rate* | *total* |
|
||||
|----------------------------------------------+-----+--------+-------|
|
||||
| $0 [1] | | | |
|
||||
|----------------------------------------------+-----+--------+-------|
|
||||
| | | | |
|
||||
#+TBLFM: $4=$2+$3::@>$4=vsum(@2..@-1)
|
||||
|
||||
comments: "$0"
|
||||
#+end_src
|
||||
[1] ...
|
||||
|
||||
* Comments
|
||||
...
|
||||
* Notes
|
||||
* Attachments [0/0]
|
||||
** Attachments [0/0]
|
|
@ -1,8 +1,6 @@
|
|||
#+TITLE:${1:Project Name}
|
||||
#+begin_src yaml
|
||||
created: `(format-time-string "%Y-%m-%d")`
|
||||
contact: ${2:Contact id}
|
||||
#+end_src
|
||||
#+DATE: `(format-time-string "%Y-%m-%d")`
|
||||
#+CONTACT: ${2:Contact name/id}
|
||||
|
||||
${3:Summary of project.}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue