summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-03-01 13:28:28 +0800
committerJSDurand <mmemmew@gmail.com>2021-03-01 13:28:28 +0800
commit0062c1cf5df981e570c87c83faf11fd607b05356 (patch)
tree738887435b1f7144f913f13117794ae68c717382 /init.el
parentf76ba0b6608072532f9a13b5b607c43aad12f159 (diff)
Add the first skeleton
* init.el (prepare-skeletons): Lazy load this. * skeleton-conf.el (skeleton-conf): (insert-define-key): This is only a primitive skeleton. I will add more in the future.
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 7f7ee4e..db95561 100644
--- a/init.el
+++ b/init.el
@@ -131,6 +131,9 @@ no effect."
(add-to-list 'auto-mode-alist (cons "pdf$" #'pdf-view-mode))
;;;###autoload
+(load-after-function prepare-skeletons "skeleton-conf.el" "Load skeletons." nil)
+
+;;;###autoload
(load-after-function pdf-view-mode "pdf.el" "Fake mode that loads the pacakge." nil
(pdf-view-mode))