commit f5f684c3268e51dd019e0fae9461339bf556c23a parent 22470bda8a23ce084c44a51f6f234f367cb28b7e Author: Hugo Soucy <hugo.soucy@equisoft.com> Date: Wed, 20 Mar 2019 09:34:04 -0400 Move the common lisp require to the lisp.el partial Diffstat:
M | partials/extras.el | | | 4 | ---- |
M | partials/lisp.el | | | 5 | +++++ |
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/partials/extras.el b/partials/extras.el @@ -1,10 +1,6 @@ ;; ;; VARIA ;; -;; Common Lisp -;; It adds in a ton of compatibility with Common Lisp, so that you can -;; just use the Common Lisp functions. -(require 'cl) (use-package undo-tree ;; Treat undo history as a tree. diff --git a/partials/lisp.el b/partials/lisp.el @@ -2,6 +2,11 @@ ;; Lisp Lang Packages ;; +;; Common Lisp +;; It adds in a ton of compatibility with Common Lisp, so that you can +;; just use the Common Lisp functions. +(require 'cl) + (use-package fennel-mode ;; a major-mode for editing Fennel code :ensure t