diff --git a/README.org b/README.org index 30deaee..0860d3d 100644 --- a/README.org +++ b/README.org @@ -783,6 +783,18 @@ Ag.el allows you to search using ~ag~ from inside Emacs. You can filter by file #+BEGIN_SRC emacs-lisp (use-package ag) #+END_SRC + +** Yasnippet +[[https://github.com/joaotavora/yasnippet][Github]] + +#+begin_src emacs-lisp + (use-package yasnippet + :config + (progn + (setq yas-snippet-dirs '("~/.emacs.d/snippets")) + (yas-global-mode 1))) +#+end_src + * Programming ** Elisp Some customization for writing elisp diff --git a/snippets/org-mode/worklog b/snippets/org-mode/worklog new file mode 100644 index 0000000..3eaf384 --- /dev/null +++ b/snippets/org-mode/worklog @@ -0,0 +1,18 @@ +;; yas-snippet +# -*- mode: snippet -*- +# name: worklog +# key: worklog +# -- +* `(format-time-string "%Y-%m-%d %a")`$0 +** Tasks / Projekte +Keine + +** Meetings +Keine + +** Fehler +Keine + +** Notizen +Keine +