summary refs log tree commit diff
path: root/emacs/etc/snippets/emacs-lisp-mode
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-06-01 19:35:59 -0700
committerFranck Cuny <franck@fcuny.net>2023-06-01 19:35:59 -0700
commita187752c824b47052d33d3bc12749b5a7d2e8191 (patch)
treed939397496dcae8a7634a93b159fab57ee1752ec /emacs/etc/snippets/emacs-lisp-mode
parentelfeed: add more feeds (diff)
downloademacs.d-a187752c824b47052d33d3bc12749b5a7d2e8191.tar.gz
🤡
Change-Id: I06b104d79deac199f9cd9cdae705e333d23cc852
Diffstat (limited to 'emacs/etc/snippets/emacs-lisp-mode')
-rw-r--r--emacs/etc/snippets/emacs-lisp-mode/defun6
-rw-r--r--emacs/etc/snippets/emacs-lisp-mode/format5
-rw-r--r--emacs/etc/snippets/emacs-lisp-mode/header18
3 files changed, 0 insertions, 29 deletions
diff --git a/emacs/etc/snippets/emacs-lisp-mode/defun b/emacs/etc/snippets/emacs-lisp-mode/defun
deleted file mode 100644
index 1c1282b..0000000
--- a/emacs/etc/snippets/emacs-lisp-mode/defun
+++ /dev/null
@@ -1,6 +0,0 @@
-# -*- mode: snippet -*-
-# name: function
-# key: d
-# --
-(defun $1 ($2)
-$0)
\ No newline at end of file
diff --git a/emacs/etc/snippets/emacs-lisp-mode/format b/emacs/etc/snippets/emacs-lisp-mode/format
deleted file mode 100644
index 2bd648f..0000000
--- a/emacs/etc/snippets/emacs-lisp-mode/format
+++ /dev/null
@@ -1,5 +0,0 @@
-# -*- mode: snippet -*-
-# name: format
-# key: f
-# --
-(format "$1" $0)
\ No newline at end of file
diff --git a/emacs/etc/snippets/emacs-lisp-mode/header b/emacs/etc/snippets/emacs-lisp-mode/header
deleted file mode 100644
index b868f51..0000000
--- a/emacs/etc/snippets/emacs-lisp-mode/header
+++ /dev/null
@@ -1,18 +0,0 @@
-# -*- mode: snippet -*-
-# name: header
-# key: header
-# --
-;;; `(file-name-nondirectory (buffer-file-name))` --- ${1:summary} -*- lexical-binding: t -*-
-;; Author: Franck Cuny <franck@fcuny.net>
-
-;;; Commentary:
-
-;; ${2:commentary}
-
-;;; Code:
-
-${3:(message "Hello World!")}
-
-(provide '`(file-name-nondirectory (buffer-file-name))`)
-
-;;; `(file-name-nondirectory (buffer-file-name))` ends here
\ No newline at end of file