scripts.el
scripts.el copied to clipboard
A collection of my tiny but useful Emacs Lisp code
scripts.el
A collection of my tiny but useful Emacs Lisp code
This is the repository companion for the "Useful Emacs Lisp scripts collection"
Usage:
(use-package scripts.el
:after secrets.el
:straight (aza-scripts :type git :host github :repo "azzamsa/scripts.el")
:bind (("C-c k" . aza-kill-other-buffers)
("C-c t" . aza-today)
("C-c i" . insert-filename-as-heading)))