Move home-manager related files into home directory
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
;;; Compiled snippets and support files for `org-mode'
|
||||
;;; Snippet definitions:
|
||||
;;;
|
||||
(yas-define-snippets 'org-mode
|
||||
'(("SRC" "#+BEGIN_SRC emacs-lisp\n$0\n#+END_SRC\n" "SRC" nil nil
|
||||
((yas-indent-line 'fixed)
|
||||
(yas-wrap-around-region nil))
|
||||
"/home/h7x4/.emacs.d/snippets/org-mode/src" nil nil)))
|
||||
|
||||
|
||||
;;; Do not edit! File generated at Wed Jan 27 13:29:39 2021
|
8
home/programs/emacs/snippets/org-mode/src.yasnippet
Normal file
8
home/programs/emacs/snippets/org-mode/src.yasnippet
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: SRC
|
||||
# key: SRC
|
||||
# expand-env: ((yas-indent-line 'fixed) (yas-wrap-around-region nil))
|
||||
# --
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
$0
|
||||
#+END_SRC
|
Reference in New Issue
Block a user