summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-10-26 05:26:07 +0300
committerThanos Apollo <[email protected]>2024-10-26 05:26:07 +0300
commit5ac054b95ed0add400143272941f1d8514122d3e (patch)
tree39d16ed3880893c924e0179463ab70b9bfd9478d /gnosis.el
parentf4050f4f27e1ac0eab25168b0849017afd04aa31 (diff)
[fix] Require cl-lib without eval-when-compile.HEADtestingmaster
- Fix flyspell warnings.
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnosis.el b/gnosis.el
index 444a2e4..6c4fa89 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -41,10 +41,10 @@
;;; Code:
-(eval-when-compile
- (require 'cl-lib)
- (require 'calendar)
- (require 'subr-x))
+
+(require 'cl-lib)
+(require 'calendar)
+(require 'subr-x)
(require 'vc)
(require 'emacsql-sqlite)