Skip to content

Commit

Permalink
emacs: Treat elx and epkg as extras
Browse files Browse the repository at this point in the history
Those packages contain some unusual dependencies and also have a problematic
dependency spec (it depends on version specified as a Git tag rather than in the
version header), so I don't want to install them on non-Nix environments.
  • Loading branch information
akirak committed Sep 23, 2024
1 parent daf493b commit 31ef949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emacs/emacs-config.org
Original file line number Diff line number Diff line change
Expand Up @@ -6371,7 +6371,7 @@ Automatically add spaces around operators
java-mode
rust-mode))
#+end_src
*** elx :Emacs__Lisp:development:library:
*** elx :Emacs__Lisp:development:library:@extra:
:PROPERTIES:
:CREATED_TIME: [2022-02-03 Thu 18:07]
:END:
Expand Down Expand Up @@ -6493,7 +6493,7 @@ Support for `direnv' that operates buffer-locally
(:with-mode envrc-global-mode
(:hook-into after-init-hook)))
#+end_src
*** epkg :Emacs:
*** epkg :Emacs:@extra:
:PROPERTIES:
:CREATED_TIME: [2022-02-19 Sat 14:36]
:END:
Expand Down

0 comments on commit 31ef949

Please sign in to comment.