Skip to content

Commit

Permalink
Require missing seq library
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Nov 20, 2020
1 parent 08bfaad commit e4f27b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chemacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
;; See README.md for instructions.

;;; Code:
(require 'seq)

(defvar chemacs-version "2.0")
(defvar config-home (or (getenv "XDG_CONFIG_HOME") "~/.config"))
(defvar chemacs-profiles-paths (list "~/.emacs-profiles.el" (format "%s/%s" config-home "chemacs/profiles.el" )))
Expand Down

0 comments on commit e4f27b1

Please sign in to comment.