forked from colonelpanic/dotfiles
Make compose headings lowercase
This commit is contained in:
parent
949aafb513
commit
1b5af7c958
@ -423,7 +423,7 @@ The packages in this section provide no functionality on their own, but provide
|
|||||||
`(apply ,(car funcs)
|
`(apply ,(car funcs)
|
||||||
(imalison:make-list (imalison:compose-with-apply-helper ,(cdr funcs))))))
|
(imalison:make-list (imalison:compose-with-apply-helper ,(cdr funcs))))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** Simpler Unary version
|
**** Simpler unary version
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(defmacro imalison:compose-unary (&rest funcs)
|
(defmacro imalison:compose-unary (&rest funcs)
|
||||||
"Build a new function with NAME that is the composition of FUNCS."
|
"Build a new function with NAME that is the composition of FUNCS."
|
||||||
@ -436,7 +436,7 @@ The packages in this section provide no functionality on their own, but provide
|
|||||||
'arg
|
'arg
|
||||||
`(funcall ,(car funcs) (imalison:compose-helper-unary ,(cdr funcs)))))
|
`(funcall ,(car funcs) (imalison:compose-helper-unary ,(cdr funcs)))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** A Version Supporting Macros
|
**** A version supporting macros
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(defun imalison:help-function-arglist (function)
|
(defun imalison:help-function-arglist (function)
|
||||||
(let ((result (help-function-arglist function )))
|
(let ((result (help-function-arglist function )))
|
||||||
|
Loading…
Reference in New Issue
Block a user