-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No luck with straight, nor with apt #131
Comments
(require 'calfw-org) See https://github.com/kiwanami/emacs-calfw#general-setting Also how did you configure your straight recipe? Mine is: (use-package calfw
:straight (:host github :repo "kiwanami/emacs-calfw")
:config
(with-eval-after-load 'calfw
(use-package calfw-ical
:straight (:host github :repo "kiwanami/emacs-calfw"))
(use-package calfw-org
:straight (:host github :repo "kiwanami/emacs-calfw"))
(use-package calfw-cal
:straight (:host github :repo "kiwanami/emacs-calfw")))) Of course because I use use-package I don't need explicitly write (require 'calfw-org) |
feel free to add |
@junyi-hou , hijacking this thread. Could you please talk generally about the benefits and consequences of symlinking files into the build folder. Does that relate to / make it unnecessary to |
well its just how straight.el works. straight.el will symlink files from the repo folder to build folder, so that it can split packages that in the same repo into different folder. Take ivy, swiper, counsel for example, they are different package but in the same github repo. The symlinks is provided by the recipes from melpa, elpa and emacsmirror but striaght.el allows you to override them. The build folders then added to emacs load-path by straight.el so that you can require it. |
Thank you @pRot0ta1p. I find that for several I still need to manually require pieces, so maybe I will have to look at their use of autoloads. |
Hi,
I tried
straight-use-package
with calfw, calfw-cal, calfw-orgin this order and I was only able to see a basic calendar.
No org stuff, nothing, no way to get an event displayed in it.
I tried
apt install emacs-calfw
, which crashes on Ubuntu 20.04.Is the project still alive?
Jaro
The text was updated successfully, but these errors were encountered: