Created
September 28, 2023 01:26
-
-
Save ph/b682422cf4910c128535a4e66aa516a6 to your computer and use it in GitHub Desktop.
ok test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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