diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-09-28 15:32:45 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2023-09-28 15:32:45 +0100 |
commit | 9a7b4c8336760e047fca639e32c063448da39066 (patch) | |
tree | 47757872d43760328a869960b2906e09664f8cd1 /Emacs/.config/emacs/config.org | |
parent | 2f610dba67c561d3e146870a52f7cb5ea3e13045 (diff) | |
download | dotfiles-9a7b4c8336760e047fca639e32c063448da39066.tar.gz dotfiles-9a7b4c8336760e047fca639e32c063448da39066.tar.bz2 dotfiles-9a7b4c8336760e047fca639e32c063448da39066.zip |
(Emacs)+binding for copyright notice
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r-- | Emacs/.config/emacs/config.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index eb9c07e..34b7efb 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -2347,7 +2347,8 @@ Loads [[file:elisp/license.el][license.el]] for inserting licenses. :defer t :general (insert-leader - "l" #'+license/insert-license)) + "l" #'+license/insert-copyright-notice + "L" #'+license/insert-complete-license)) #+end_src * Programming packages Packages that help with programming in general, providing IDE like |