Sender | Message | Time |
---|---|---|
16 Jan 2025 | ||
i mean neovim | 20:51:19 | |
org-mode can require a ton of extra configuration, so if you establish (early on) where you plan to use it and where you don't, then configuring Emacs or Doom Emacs becomes quite a bit simpler | 20:52:26 | |
do you plan on using evil-mode is another configuration "inflection point" | 20:52:55 | |
Evil-mode does come to me naturally. I have used doom Emacs but I found it difficult to configure, which brought me to Emacs from scratch tbh. | 20:53:38 | |
well if you customize these variables, and ensure they're loaded by the systemd service file, then you can run doom emacs while working on another profile as well
| 21:00:18 | |
so the --fg-daemon=mysock arg to emacs will start a server with a socket at /run/user/1000/emacs/mysock , which you can connect to with emacsclient -s /run/user/1000/emacs/mysock | 21:01:58 | |
so, that helps when exploring small/confined config changes or when maintaining side-by-side configurations | 21:02:23 | |
that seems like maybe a bit much for a beginner, but IMO, having only one profile can be a major blocker | 21:02:46 | |
Yea actually I might use this. That way I can use doom for my regular work and separate profile to learn to customise my own. | 21:04:06 | |
Hopefully it won't be too much trouble with openrc | 21:04:38 | |
it's as simple as writing a service | 21:10:36 | |
that's how i normally install doom. | 21:12:43 | |
however, when you're running bin/doom to build, upgrade, etc, you have to ensure that the correct emacs binary is running | 21:13:22 | |
if you've just used your package manager to install emacs (instead of nix/guix or a custom build from source), then you probably don't need to worry about it | 21:13:51 | |
sorry, this is quickly getting to more advanced stuff. the emacs --init-directory=$EMACSDIR parameter is a big step up from chemacs | 21:14:34 | |
but IMO, having multiple profiles is definitely a necessity | 21:14:50 | |
the isolation between each profile is a bit hard to understand, as well the https://www.gnu.org/software/emacs/manual/html_node/emacs/Package-Files.html | 21:15:58 | |
No I'll keep notes of these, will bump into them eventually I'm sure | 21:16:01 | |
For now its good to know the starting stuff. Thanks for sharing all that info, must have taken you time to figure. 😁 | 21:18:53 | |
* Hey I'm getting into Emacs once again. How much has changed in the Emacs world from Emacs from Scratch playlist? I'm planning to watch the new one first and then go to the old one for additional stuff since it feels like it has a lot more info. My immediate goal is to use Emacs as my ide. So I was wondering if I should just jump ahead to "Build your own ide with lsp-mode" | 21:25:34 | |
In reply to @spyjetfayed:matrix.orgAlso a lot of the System Crafters community has moved to IRC. So you're welcome to hang out there and ask some questions too ^^ of course, there's also an #emacs channel on liberachat too | 22:05:38 | |
Yea had come since the discord was abandoned. Will join the irc too, I forgot about that yes. | 22:55:54 | |
17 Jan 2025 | ||
04:38:35 | ||
18 Jan 2025 | ||
is anyone using org , org-agenda and org-roam ? | 13:13:23 | |
how do people structure their files & projects for org & roam? i'm trying to determine whether i should split out my
| 13:15:47 | |
my approach had originally been:
but i end up settling on org-roam to capture content and | 13:19:52 | |
i also work between my laptop and desktop. syncthing doesn't work well because i keep most things in git, even if it's network-local, | 13:21:01 | |
20 Jan 2025 | ||
08:51:13 | ||
I have my roam directory as a sub-directory of my other general org (diary related) files but I have org-agenda-files set to only a small number of those files, not everything recursively. | 11:05:45 | |
22 Jan 2025 | ||
10:31:05 |