aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r--Emacs/.config/emacs/config.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 14eefe4..7fa7db8 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -3078,7 +3078,7 @@ Tons of stuff, namely:
:auto-insert
(("\\.c\\'" . "C skeleton")
""
- "/* " (file-name-nondirectory (buffer-file-name (current-buffer))) "\n"
+ "/* " (+license/insert-copyright-notice) "\n\n"
" * Created: " (format-time-string "%Y-%m-%d") "\n"
" * Author: " user-full-name "\n"
" * Description: " _ "\n"
@@ -3086,7 +3086,7 @@ Tons of stuff, namely:
"\n")
(("\\.cpp\\'" "C++ skeleton")
""
- "/* " (file-name-nondirectory (buffer-file-name (current-buffer))) "\n"
+ "/* " (+license/insert-copyright-notice) "\n\n"
" * Created: " (format-time-string "%Y-%m-%d") "\n"
" * Author: " user-full-name "\n"
" * Description: " _ "\n"