Revert macros to ...! name convention (elisp doesn't like @...)
This commit is contained in:
parent
b64d5554e3
commit
33c88d4f82
125 changed files with 877 additions and 880 deletions
|
@ -1,12 +1,12 @@
|
|||
;;; feature/file-templates/config.el
|
||||
|
||||
(@require :feature snippets)
|
||||
(require! :feature snippets)
|
||||
|
||||
(defvar +file-templates-dir
|
||||
(expand-file-name "templates/" (file-name-directory load-file-name))
|
||||
"")
|
||||
|
||||
(@def-package autoinsert ; built-in
|
||||
(def-package! autoinsert ; built-in
|
||||
:after yasnippet
|
||||
:init
|
||||
(setq auto-insert-query nil ; Don't prompt before insertion
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; feature/file-templates/packages.el
|
||||
|
||||
(@depends-on :feature snippets)
|
||||
(depends-on! :feature snippets)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue