dice.camp is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon server for RPG folks to hang out and talk. Not owned by a billionaire.

Administered by:

Server stats:

1.6K
active users

#usepackage

0 posts0 participants0 posts today

#irreal and @bbatsov about #Emacs startup time: irreal.org/blog/?p=12903

I, too, am totally convinced that it really doesn't matter if it is one or sixty seconds.

However, if your bootup time is much longer than mine (15-30s once a week) then you most probably have room for improvement (if you want). Consistent use of #usepackage with dependencies and "defer" did help on my side.

My config has 7724 lines of #elisp (19851 including #orgmode comments): github.com/novoid/dot-emacs/bl

irreal.orgEmacs Startup Time | Irreal

I'm thinking to replace #LeafEl with some other #Emacs configuration package like #UsePackage or #SetupEl. I need the package to be nestable, i.e. the following will work:

(config foo
...
(config bar
...))

What should I choose? (If you have any other suggestion, please reply.)

:boost_ok: :retoot:

Can I tell Emacs and/or use-package to activate a package when I launched Emacs from a directory ?

I thought about

(when (string= "~/Workspace/" default-directory)
...)

But… no haha

(for the record: I don't want to write a passphrase anytime org-mode is enabled in a buffer)