A README.md => README.md +17 -0
@@ 0,0 1,17 @@
+# Once Upon A Time In Shaolin...
+
+Emacs-Fu entered a new era. In the past practitioners worked mostly in
+isolation, perfecting their emacs-fu with little contact to other. Eventually
+distributions came along, providing practitioners old and new with manuals of
+power through which they would learn to master their editor.
+
+Two schools emerged to dominate the distro era: the traditional `M-x
+immaculate-command` style and the upstart `SPC m modal-techniques`
+style. The former school --dominated by the likes of emacs-prelude,
+centaur-emacs and M-x Emacs-- believes that emacs should continue to be command
+based, and thus builds out distributions that maintain the command based modes
+as default. The latter --largely represented by spacemacs and doom-emacs-- borrows
+heavily from emacs' former enemies during the editor wars and tries to emulate
+their evil kung-fu while still harnessing the power of emacs.
+
+Shaolin Emacs seeks to learn from both of these schools.
M etc/yasnippet/templates/file/emacs-lisp-mode/__package => etc/yasnippet/templates/file/emacs-lisp-mode/__package +3 -3
@@ 2,14 2,14 @@
;;
;; Copyright (C) `(format-time-string "%Y")` `user-full-name`
;;
-;; Author: `user-full-name` <https://git.sr.ht/~`user-login-name`>
+;; Author: `user-full-name` <https://git.sr.ht/`user-login-name`>
;; Maintainer: `user-full-name` <`user-mail-address`>
;; Created: `(format-time-string "%B %d, %Y")`
;; Modified: `(format-time-string "%B %d, %Y")`
;; Version: 0.0.1
;; Keywords:
-;; Homepage: https://git.sr.ht/~`user-login-name`/shaolin-emacs
-;; Package-Requires: ((emacs `emacs-version`) (cl-lib "0.5"))
+;; Homepage: https://git.sr.ht/`user-login-name`/shaolin-emacs
+;; Package-Requires: ((emacs `emacs-version`))
;;
;; This file is not part of GNU Emacs.
;;
M lisp/shao-markdown.el => lisp/shao-markdown.el +1 -1
@@ 23,7 23,7 @@
;;; Packages
(use-package markdown-mode
- :mode ("\\.md'")
+ :mode ("\\.md\\'")
:custom
(markdown-asymmetric-header t)
(markdown-fontify-code-blocks-natively t))