Skip to content

Instantly share code, notes, and snippets.

@ph
Created September 28, 2023 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ph/b682422cf4910c128535a4e66aa516a6 to your computer and use it in GitHub Desktop.
Save ph/b682422cf4910c128535a4e66aa516a6 to your computer and use it in GitHub Desktop.
ok test
(use-package tempel
:bind (("M-+" . tempel-complete) ;; Alternative tempel-expand
("M-*" . tempel-insert))
:config
(setq tempel-path (expand-file-name "my-templates/*" user-emacs-directory))
:init
(global-tempel-abbrev-mode))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment