dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

commit d4ee40c1e611d85151aca2155b505c0e1ce86e27
parent 054c72c6d54820cc6d6b15626103377a14e292af
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Fri,  2 Oct 2020 14:08:00 -0700

Yasnippet, org-tempo

Diffstat:
M.emacs.d/lisp/config.org | 15+++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/.emacs.d/lisp/config.org b/.emacs.d/lisp/config.org @@ -191,8 +191,10 @@ #+BEGIN_SRC emacs-lisp (use-package org - :init (setq org-src-preserve-indentation nil - org-edit-src-content-indentation 0) + :init + (setq org-src-preserve-indentation nil + org-edit-src-content-indentation 0) + (require 'org-tempo) (setq org-src-tab-acts-natively t) :bind (:map org-mode-map ("M-S-<up>" . 'text-scale-increase) @@ -358,6 +360,15 @@ (global-set-key (kbd "s-i") 'ido-switch-buffer) #+END_SRC +** snippets +#+begin_src emacs-lisp +(use-package yasnippet + :ensure t + :hook prog-mode) + +(use-package yasnippet-snippets + :ensure t) +#+end_src * emacs-os #+begin_src emacs-lisp (when