[Emacs] Set defun indent for imalison:use-package
This commit is contained in:
parent
c53e791291
commit
ce94315d36
@ -274,7 +274,8 @@ Works in the same way as os.path.join in python
|
||||
#+END_SRC
|
||||
** Use Package Wrapper With Local Load Path Support
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(put 'imalison:use-package 'lisp-indent-function 1)
|
||||
(put 'imalison:use-package 'lisp-indent-function 'defun)
|
||||
(put 'imalison:use-package* 'lisp-indent-function 'defun)
|
||||
|
||||
(defmacro imalison:use-package* (package target-directory &rest forms)
|
||||
(let* ((actual-target (if (file-exists-p target-directory)
|
||||
|
Loading…
Reference in New Issue
Block a user