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,6 +1,6 @@
|
|||
;;; ui/hl-todo/packages.el
|
||||
|
||||
(@def-package hl-todo
|
||||
(def-package! hl-todo
|
||||
:commands hl-todo-mode
|
||||
:init
|
||||
(add-hook 'prog-mode-hook 'hl-todo-mode)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/hl-todo/packages.el
|
||||
|
||||
(@package hl-todo)
|
||||
(package! hl-todo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue