diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-26 23:22:04 -0300 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-26 23:22:04 -0300 |
commit | aa1368c104aebf837fd7654deea8d244428616a2 (patch) | |
tree | e4b3f8c9ffe8a4a6e1f8155ad455bf85b2067eb5 /sx.el | |
parent | a603180449f9d17f5f7230638f43e3b2c6ecc363 (diff) | |
parent | e3d58d533c77a674324655f940ebc7cbf56f5d88 (diff) |
Merge branch 'generate-header-line-from-keymap' into delete-command
Diffstat (limited to 'sx.el')
-rw-r--r-- | sx.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -187,6 +187,12 @@ If ALIST doesn't have a `site' property, one is created using the ,(macroexpand `(let-alist ,alist ,@body)))) +(defun sx--pretty-site-parameter (site) + "Returned a pretty and capitalized version of string SITE." + (mapconcat #'capitalize + (split-string site "\\.") + " ")) + ;;; Utility Functions (defun sx--split-string (string &optional separators) |