AHH. I see, my :PROPERTIES: is not indented. my org-adapt-indentation is set to nil.
- 0 Posts
- 9 Comments
Joined 2 years ago
Cake day: October 5th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
whudwl@alien.topBto Emacs•[NEW] one.el - Static Site Generator for Emacs Lisp programmersEnglish1·2 years agoa bold name indeed
It seems this affects stuff like :PROPERTIES: as well
whudwl@alien.topBto Emacs•Does anyone else feel like use-package might be the wrong abstraction, or do I just not get it?English1·2 years agoYou are absolutely right. I use use-package less and less these days.
As for :init, whatever you put in there you can just put outside of use-packge right? And :config, I’m happier using with-eval-after-load.
whudwl@alien.topBto Emacs•Does anyone else feel like use-package might be the wrong abstraction, or do I just not get it?English1·2 years agoOne of the things I don’t like about it is the
:custom
part, if I want to change a variable I’ll have to re-evaluate the whole use-package form.
whudwl@alien.topBto Emacs•Script in Elisp to generate a unified RSS feed with several feedsEnglish1·2 years agowhat is a use case for this?
I think everyone has had that kind of experience :)
never heard of goto-address-mode, seems cool