commit 73b1391f3b6d3bc78e7200ffb0e864d1827ce4a5
parent dbc811e455bcbc68bf70bdc9722b1a4d04eac5f7
Author: Hugo Soucy <hugo@soucy.cc>
Date: Sun, 7 Feb 2021 06:40:57 -0500
Remove the common lisp require
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/partials/lisp.el b/partials/lisp.el
@@ -2,11 +2,6 @@
;; 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