Skip to content

Instantly share code, notes, and snippets.

View CestDiego's full-sized avatar

Berr CestDiego

  • NYC
  • 14:56 (UTC -05:00)
View GitHub Profile
;;; packages.el --- Auto-completion Layer packages File for Spacemacs
;;
;; Copyright (c) 2012-2014 Sylvain Benner
;; Copyright (c) 2014-2015 Sylvain Benner & Contributors
;;
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
  • This guys use this
         (ht ("show-meta" (plist-get config :show-meta))
             ("title" (or (op/read-org-option "TITLE") "Untitled"))
             ("date" (format-time-string "%b %d, %Y"
                                         (date-to-time
                                          (or (op/read-org-option "DATE")
                                              (format-time-string "%Y-%m-%d")))))
             ("content" (cl-flet ((org-html-fontify-code
 (code lang)