Startup time of less than 2 seconds is not a problem because you should never quit emacs in the first place.
@matejskulsky5746 Жыл бұрын
I mean... it is the fastest OS boot time Ive seen.
@jsiegel623 жыл бұрын
@dt: Terminal mode emacs instances can indeed leverage the server. Just use the -nw flag with 'emacsclient' (rather than 'emacs,' which is what you used in the demo). Greybeards like me (I started using emacs in mid-eighties) used it for years before there was a truly viable graphical mode. Terminal mode is still faster, and with a properly-configured terminal (or emulator) the fontifying ("faces") are just as effective. It's the "always-works" mode for emacs :-) Love the channel, keep on keepin' on :-)
@micahrufsvold2 жыл бұрын
All hail the Greybeards!
@naqdimuhammad2 жыл бұрын
Love you greybeards but just as a note there is this mode called TRAMP that allows you to modify remote files in an Emacs buffer.
@backender2 жыл бұрын
Well, I must admit, terminal frontend is laggish if you have terminal (iTerm) fullscreen open and fontsize 10 which gives you 116+ rows and probably 200+ columns of text emacs must recalculate. I'm telling of course about Doom or Spacemacs whatever, and even if using very limited set of features on. But. I have all the world's power sitting in tmux+emacs, and the only one other app I have opened is Chrome :) Greybeards += 1
@eduardourias83792 жыл бұрын
100%. Plus all my dev interaction is always inside tmux which is far more worth than any of the GUI features for me.
@ZenoLee0 Жыл бұрын
Running terminal-mode doom emacs in tmux with EVIL mode? Talk about playing Russian roulette with key bindings. I dare you to go one step further and run vim within terminal emulator.
@learningbird99403 жыл бұрын
Derek, Derek...it is 2 years after you started with Emacs that you explain these very important features, that many of us never heard of??? Time for you to rebuild a deep, complete, 8 or 10 part tutorial on Doom Emacs!
@caesarxinsanium3 жыл бұрын
this this THIS
@skycandy_8063 жыл бұрын
series for doom emacs would be AMAZING
@paarthjuneja37073 жыл бұрын
This. The way he explains stuff is amazing. I learn a ton through him.
@thingsiplay3 жыл бұрын
The right way to use Emacs is to forget everything you learned about Linux and make Emacs to your operating system.
@night_h4nter3 жыл бұрын
It's more about the interfaces, not the system underneath them.
@fgtdjkg3 жыл бұрын
That's a bad idea. Emacs can't be better than native OS utilities. For example, emacs terminal is awfully slow, even vterm.
@exnihilonihilfit63163 жыл бұрын
@@fgtdjkg You shouldn't take joking, bull$hit statements like that so seriously...
@jatufin3 жыл бұрын
I've been using Emacs some 30 years. At last activated the daemon after watching the video :D Better late than ever, I guess...
@naumanahmad80223 жыл бұрын
I was a vim user for quite some time but learned about doom emacs from DT when you started posting about it about a year ago. Had a rough start but now that I've got the hang of it It's awesome. Your videos were really helpful then to get me started and now I rarely use anything else. Everything except browsing and media is now emacs for me and rarely use terminal as well. Emacs (Doom) fulfills like 80% of my workstation needs
@williamfish14072 жыл бұрын
So a bunch of stuff I struggled with was a change of leader key, some vim targets and verbs that I didn't know how to port over and getting search results into a quickfix. I was super impressed with the vim emulation. Assuming you can cfdo, etc
@redcoat4348 Жыл бұрын
You're like the exact guy that luke smith talked about as the reason that he wont learn emacs lol
@sebaszwarc2 жыл бұрын
I don't consider not running server as mistake. Seriously, fighting about 2 seconds launchtime?
@DiogoGDF3 жыл бұрын
I started using emacs yesterday, great timing to upload this video!
@exnihilonihilfit63163 жыл бұрын
You're gonna quit it tomorrow, with a lot of wasted time (life) behind you …
@areg71823 жыл бұрын
Small correction: SPC . is not dired, it's an ivy prompt
@AmirHosseinHonardust3 жыл бұрын
oh good god! I always suspected that and was weirded out when it didn't act like I thought it was supposed to!
@hansdampf2284 Жыл бұрын
The terminal version is great for when you have a development server and you only can ssh into it. I use this all the time and it feels like having a proper desktop app
@simonced3 жыл бұрын
In many of your videos, I see you type the full path for programs that you have aliases for. At least in bash, you can prefix the program name with \ and it'll run the non alias command ;)
@tralphstreet2 жыл бұрын
You can also use the "command" command, to run the actual command instead of the alias. Example: "command ls".
@MH_VOID2 жыл бұрын
In ZSH, backslash escaping used to work, but then it stopped and now I just do for example `@ cat`, where I have ``` @ () { "$(where "$1" | tail -n 1)" "$@" } ``` defined in my .zshrc You telling me I should replace the where-tailing with `command`?
@AmirHosseinHonardust3 жыл бұрын
Thanks DT! After 6 months of Emacs usage, I reached the same conclusion that first impression of Emacs is not doing it justice. It's like opening up xmonad, and tinkering with it for 10 minutes, and decide that it cannot do much. It just doesn't make any sense.
@masterofdizzzaster2 жыл бұрын
Sometimes i feel like the world sucks, you know? But man, at least i can watch DT, and that makes me feel nice, sincerely. Thanks man, i hope you will continue doing what you are doing for decades to come.
@GrigoNiko3 жыл бұрын
Trying using emacs as a terminal app, thinking it's more "true way" was my sin. And also the reason for me to quit. Thanks, Derek. I guess, I give it another try.
@fgtdjkg3 жыл бұрын
Can't agree. I use emacs in terminal for more than a year and I like it. I launch daemon on my server and then ssh in to it and use emacsclient, can't do this with gui. I don't like Tramp by the way
@BurgerKingHarkinian3 жыл бұрын
@@fgtdjkg why tf did you have to add the completely irrelevant note to the end of your comment?
@fgtdjkg3 жыл бұрын
@@BurgerKingHarkinian don't confuse TRAMP with Donald Trump
@BurgerKingHarkinian3 жыл бұрын
@@fgtdjkg yeah I realized my mistake after further scrolling through the comments. My bad. lol
@GrigoNiko3 жыл бұрын
@@fgtdjkg I meant it from inexperienced user's perspective. Have you had any experience with GNU/Emacs or its forks before the point you've decided to run your text editor on remote machine?
@matejskulsky5746 Жыл бұрын
You had me in the last part. I'm switching to emacs because of terminal side. I'm switching from vs-code because of option ssh-ing to my machine and have just one IDE. (on site I'd use vs-code, ssh = nano (simple for small changes, annoying for complex changes)) I'm glad you mentioned that it is fine for tty only access.
@kdemetter3 жыл бұрын
I can of have a weird masochistic love-hate relationship with emacs. I'll be drawn to using it for a while as my main editor, but then I'll get frustrated because I'm not good at using it. And then I'll be drawn to it again. Maybe I need to see a therapist. Whereas for Vim, we kind of have an understanding: used for limited editing , no fancy keystrokes, save and quite before anything serious might happen. Not as romantic but it works
@exnihilonihilfit63163 жыл бұрын
You should have been using nano instead of vim. You don't require the latter for kid stuff like that. Always use the simplest tools you can afford to use for jobs, otherwise you're losing precious time learning what you never needed to learn. And let's not even start about Emacs ...
@kdemetter3 жыл бұрын
@@exnihilonihilfit6316 No, because vim works which better from an ssh client than nano does, and I don't have to worry about installing it first, as it's on every server. And really it's not hard to use at all when you stick to the basics. Emacs is quite a different matter though, I agree
@hughdahand57113 жыл бұрын
The biggest rookie mistake I made was expecting to get any work done. It's way to complicated for my dumbass
@TheSaif783 жыл бұрын
if it aint facts
@KrakonosovoBabka2 ай бұрын
I feel like it is best to learn it using raw emacs and slowly building your config. My first emacs try was with doom emacs. I quit it in like 2 days. Some time passed and I gave it another try, but raw. I stuck with it till today.
@0x007A3 жыл бұрын
Emacs is GNU Hurd but Richard Stallman refuses to acknowledge it. ;-)
@modrobert3 жыл бұрын
Good tips, haven't used Emacs much. The terminal in the example with running process is not useless though, pressing ctrl-z and then typing 'bg' will set it free.
@spacechannelfiver3 жыл бұрын
Emacs is a reasonable Operating System, it just needs a good text editor.
@casenc3 жыл бұрын
Like, say, VIM?
@lupuscanis43703 жыл бұрын
it already has vim, is called evil
@fgtdjkg3 жыл бұрын
Emacs has a very good text editor, it can do everything vim can and more
@HrHaakonАй бұрын
@@lupuscanis4370 He said good editor, so...
@Chr0n0s383 жыл бұрын
In all fairness, emacsclient has it's issues. I can't tell you how many times I've tried to use the daemon mode just to have it wind up unable to exit cleanly does to recentf not responding, delaying my system's shutdown by 90s. This is much longer than just the time it takes to start up a fresh emacs session multiple times in the day.
@H4KnSL4K3 жыл бұрын
Re: Opening emacs in the terminal: If you're running emacs-nox under gnu screen (or tmux), it's quite natural to run emacs in the terminal...
@userx91663 жыл бұрын
Hej man...just want to say...I've been a vim user for a long time..and since your first doom emacs video..I got in love with it...and now it is basically my windows manager kkkk I can only thank you for the amazing content! ^^
@Chris-ip8uv3 жыл бұрын
Jeez DT, I can't believe it was 2 years ago you did that. Back then, I thought you were nuts. Of course, I still do ;)
@Andrath2 жыл бұрын
Another tip, In evil-mode, Ctrl-Z will toggle evil-mode on and off, handy if you are running ssh in a vterm, and you have to edit a file remotely with vim/neovim
@jimlee75702 жыл бұрын
The 'emacsclient' thing I discovered quite by accident not long ago. That's when I realized that I was probably doing some of this stuff in an inefficient way. Since then I started studying Emacs a little more - now I consider myself a Vim refugee who now uses emacs exclusively. I still like my Vim keybindings but, hey, that's what Evil mode is for, right? Other than that, you'll have to pry emacs from my cold, dead hands...
@محمدفرج-ث7ذ3د3 жыл бұрын
I config emacs with more than 300 package with 1 second to load ❤ it is based in one guy i dont know his name for now, i think emacs with lisp better than neovim and lua and less just now i need to config eshell
@martinvandenbroek25323 жыл бұрын
Do you mean Protesilaos Stavrou ?
@reo1013 жыл бұрын
Neovim with LuaJIT is leagues faster than plain Elisp. (gccmacs is another beast)
@SenthilBabuji3 жыл бұрын
You could give an empty string for alternate editor which will start Emacs server if not already started and will connect the client to it.
@miscibi2 жыл бұрын
beautiful video. thank you!
@ghsinfosec3 жыл бұрын
The biggest mistake is using emacs instead of vim! I'm only kidding, great stuff DT! I don't use emacs much, but you've made it appealing. Keep it up man!
@ViniciusProvenzano3 жыл бұрын
Your best video in a long time! Great content!
@tater20173 жыл бұрын
Very informative, thank you!
@stiljohny3 жыл бұрын
hey DT, did you know if you have aliases of commands you can run those commands ignoring he preconfigured alias in your case you can run `\emacs` and that will run whatever your system things emacs is ignoring the alias ;)
@distant66063 жыл бұрын
hey dt!really nice and helpful video, being a new emacs user myself.keep it up
@zukxxxx02 жыл бұрын
Learn linux at the same time do we need to learn another app that acts as an OS inside an OS I feel coggy in this case
@nickbernstein9 ай бұрын
If the goal is to learn Linux, learn Linux first. If the goal is programming, writing, etc - learning emacs/both is fine, but may be more work.
@retropixel6801 Жыл бұрын
I'd just like to interject for a moment. What you're refering to as Emacs, is in fact, GNU/Emacs, or as I've recently taken to calling it, GNU plus Emacs. Emacs is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX. Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called Emacs, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project. There really is an Emacs, and these people are using it, but it is just a part of the system they use. Emacs is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Emacs is normally used in combination with the GNU operating system: the whole system is basically GNU with Emacs added, or GNU/Emacs. All the so-called Emacs distributions are really distributions of GNU/Emacs!
@debasishraychawdhuri Жыл бұрын
I don't understand why people worry about the fact that it take two seconds to load. It's just two seconds. I don't run the server because I don't always use emacs and I don't want it to consume memory when I am not using it. I am perfectly fine if it takes two seconds to load, because it is just two freaking seconds.
@xangelux2 жыл бұрын
You can execute commands prefixing with backslash so that bash/zsh doesn’t use alias
@muddyexport56392 жыл бұрын
Thanks!
@overclucker2 жыл бұрын
I use emacs -nw -Q when I am working as the root user. Emacs is capable of escalating to root to open files, which sometimes I do, but I wouldn't recommend using it because of emacs being open by design.
@Amike3 жыл бұрын
I've tried emacs a couple of times, and I have it install and configured, but I'm so used to using ranger as my file manager and opening terminals for everything that I can't seem to ever get use to it
@Zakaros10002 жыл бұрын
Good advises! ! !
@carriagereturned3974 Жыл бұрын
thanx for explanations
@kakarroto0073 жыл бұрын
Literally my favorite video on the internet is "Joraro Closes Vim". It's still the reason to this day why I don't mess with it.
@BabbaBabblare20 күн бұрын
Great man, now i will have a closer look at emacs
@thengakola62173 жыл бұрын
1:01 and read the title again lmfao
@AliBigdeli2 жыл бұрын
Thanks, DT, I've started with doom emacs for two weeks, but still, I think VS code with vim extension is good enough for my work
@hansdampf22843 жыл бұрын
now I know this is kind of special, what I find offputting on emacs is, that I can not escalate emacs to have root rights inside from emacs. Let me elaborate. In a normal use case for me, I use vim for editing files on my system (not in home folder), say in /etc. So normally I do 'sudo vim /etc/whatever.conf. Sometimes I forget the sudo of course, so I close vim and do sudo !! instead. So, how do you do that on emacs with emacsclient? I start it up with emacsclient, then navigate to the file with the internal browser, notice I need root rights, than run sudo emacsclient (and have this stupid terminal window next to the emacs window again), then navigate to the file with the internal browser again?
@mynewrandomhandle3 жыл бұрын
You can use tramp to elevate. The normal command name used is "sudired". This works for me: (defun sudired () (interactive) (dired "/sudo::/"))
@fgtdjkg3 жыл бұрын
type 'sudo emacs -nw'
@DistroTube3 жыл бұрын
Doom Emacs has some custom functions built into it: sudo-find-file (SPC f u) - opens the find-file prompt as root sudo-this-file (SPC f U) - opens your current file as root sudo-save-buffer (SPC b u) - saves current file as root
@hansdampf22843 жыл бұрын
@@fgtdjkg then it’s slow again
@fgtdjkg3 жыл бұрын
@@hansdampf2284 emacs -q will help
@eduardoarandah99902 жыл бұрын
DT, I tried creating a vim mapping in eMacs and gave up. It’s so obscure
@nikolayhidalgodiaz94633 жыл бұрын
All this GUI shugar is lost in remote ssh sessions. I prefer terminal version, which works the same way regardless of is it local or not. By the way I find terminal version of emacs is still great.
@aleksandrG3 жыл бұрын
I use eshell and TRAMP for remote access
@lupuscanis43703 жыл бұрын
you can always connect to remote emacs server from the GUI
@nikolayhidalgodiaz94633 жыл бұрын
Wow thank you fellows, some promising tips!
@marcello42582 жыл бұрын
A terminal emulator, at the end, is also a GUI application. So why would anyone use emacs in a terminal?
@dakata24163 жыл бұрын
Jokes on you I'm not using Emacs at all! Repeat after me "vi vi vi"
@Zephyrus03 жыл бұрын
chmod 666
@f-nixx53 жыл бұрын
emacs emacs emacs
@Zephyrus03 жыл бұрын
@@f-nixx5 you are new blood I see.
@mewhenthemewhenstheme3 жыл бұрын
emac hurt my fingie
@Zephyrus03 жыл бұрын
@@mewhenthemewhenstheme pro tip : get a space cadet
@tireseas3 жыл бұрын
Emacs is a fantastic OS, not so sure about it's vi port though.
@dakata24163 жыл бұрын
It's better than GNU/Hurd I'll give you that.
@zfekete743 жыл бұрын
In my server environment I used to use emacs in terminal mode. There is no X server, so why not. However I recommend to use the program jed in this case. It's kind of neat light emacs -nw clone.
@fgtdjkg3 жыл бұрын
Agree. I always use emacs in terminal and it's just fine. I launch daemon on my server and then ssh to it
@casperes09123 жыл бұрын
Why would I want to run emacs though? I already have an operating system installed, and there's a pull request to get a kitchen sink in Firefox so I don't need that either
@nickbernstein9 ай бұрын
- universal text-based interfacd - universal keybindings Think of it as a "shell" for everything - email, web, irc, whatever.
@midchan2 жыл бұрын
I had no idea that you could launch an Emacs daemon! That's so cool!
@talvisota1939 Жыл бұрын
Been using emacs 30 years, so far haven't seen point for this server arrangement...
@0x007A3 жыл бұрын
When will DTOS boot directly into Emacs without any DE or WM?
@TheSaif783 жыл бұрын
soon
@TheLinuxCast3 жыл бұрын
IDK if this is the caae for other people, but in my config, iBuffer and vterm aren't enable by default.
@fgtdjkg3 жыл бұрын
That's true. You have to install vterm
@DistroTube3 жыл бұрын
If using Doom Emacs, go into the init.el and find a section headed with ':term' And uncomment vterm. Uncomment eshell too if you want to play with it. Then run a doom sync to install those new plugins. The very first time you launch vterm, it will have to compile (takes a few seconds).
@DistroTube3 жыл бұрын
Also, in your init.el, look for a section heading ':emacs' and look for a line for ibuffer. I have mine set as (ibuffer +icons) which will give you some nifty icon fonts inside ibuffer.
@SlyPearTree3 жыл бұрын
Real power users use cat > file
@NOBODYUSEFULL3 жыл бұрын
Efficiency at its very best
@kronikpillow2 жыл бұрын
when i use doom-emacs, and enter org-mode, and do a * for the first header ... i just see a star after hitting the tab, it doesn't convert to that symbol that i see in DT's video ... what am i missing?
@mkedzier1233 жыл бұрын
Oh yes, Emacs - an OS that lacks decent text editor.
@GreyDeathVaccine3 жыл бұрын
"an OS that lacks decent text editor." - Not true. You just haven't installed word processing packages yet ;-)
@mroh693 жыл бұрын
Eli Zaretskii said in help-gnu-emacs: "You are not supposed to start Emacs more than once in a lifetime, so the startup time shouldn't matter at all." ;)
@Kisamefishfry8 ай бұрын
I used to code in standard IDEs then in my masters I had to start SSHing into a lot of systems. I picked up Emacs, and it feels wrong to have a standalone window for it. Is it user friendly? Probably not, but damn is it smooth.
@Tn5421Me3 жыл бұрын
I'm about to learn I'm screwing up in Emacs aren't I!?
@johnwpierce33 жыл бұрын
I do use emacs/evil, but without graphical compiled in. I have no desire to surf the web, navigate my fs, or look at my photo library using emacs.
@machman233 жыл бұрын
I had not heard of starting emacs daemon before. GUI emacs opens just fine without starting the daemon first. I guess the daemon opens when emacs is launched? Either way, if you launch daemon first then the client it will take about the same time, I assume. I am way used to GNU emacs now but may try Doom at some point. I am a happy bunny with the way emacs runs on my setup and always expanding the knowledge and packages. Thank-you DT
@martinmaciaszczak5572 жыл бұрын
What is your window manager?
@Huthi5533 жыл бұрын
So the benefits of Emacs compared to Vim are: - Varying font sizes - Webbrowser builtin Imma stick to vim then
@eliasgill24533 жыл бұрын
And font size isn't a problem, because many terminals have that option built in
@ЕвгенийР-ъ7щ3 жыл бұрын
@@eliasgill2453 which ones?
@zolaarczakle3 жыл бұрын
Never heard of the emacs daemon. I always use it in the terminal mostly to edit config files and I never noticed it was slow.
@fgtdjkg3 жыл бұрын
Just install some packages to your emacs config file and you'll notice the difference
@BulbaWarrior3 жыл бұрын
Is it possible to run emacs server on a tty-only machine and then connect to it using a gui emacs client?
@yorik98453 жыл бұрын
Maybe just launch emacs in terminal mode ?
@martinvandenbroek25323 жыл бұрын
The client server concept of emacs has nothing to do with networking. Server and client run on the same machine. I think Unix Domain Sockets are used for the communication between client processes and server process.
@longhoacaophuc82933 жыл бұрын
As you mention the terminal version, how is using it compared to using vim?
@fgtdjkg3 жыл бұрын
The same. Pluss you have magit and have access to the same session if using daemon. One drawback is that to use emacs in terminal you'll need to tweak it much more than vim. Once done the experience is the same. I use emacs in terminal on daily basis for more than two years
@artembass95353 жыл бұрын
How to setup command hints in terminal ?
@GeorgWilde2 жыл бұрын
I need to watch more videos of people using emacs and rambling.
@SApcProSergijAleksovski2 жыл бұрын
Wow, nice Mirror's Edge wallpaper 🏃♀️
@Ky0JRDenny3 жыл бұрын
Hey DT, maybe you can include the shortcut on video
@KereellOlorin Жыл бұрын
I can't get correct font antialiasing and hinting in emacs gui under wayland/sway. So in alacritty emacs -nw looks much better.
@ostiedestrie21552 жыл бұрын
Distrotube: "I've never told anyone that they're using their desktop environment wrong." Also Distrotube: "Yeah, so anyway you guys need to stop using preconfigured desktop environments and use your own config files and window manager."
@kmrkgo Жыл бұрын
Stay in the terminal all the time , this habit saved me from many meaningless WARs.
@laughingvampire75552 жыл бұрын
if all programs would work with a client-server application then window management could be done by the window manager
@s1lentssh3 жыл бұрын
Hello, DT, thanks for your videos! Despite of you uploaded video explaining why emacs isn't bloated, i still think it takes too much responsibilities inside itself. I think that tmux+pure vim/kakoune fits into unix philosophy a bit better (btw, thanks for kakoune video) Emacs is good, but it's really os inside os, and when you using it means you not using all good alternatives
@felipe51953 жыл бұрын
True to that
@tobykelsey4459 Жыл бұрын
So rather than launch standalone emacs which take 1.7 seconds, you launch emacs-deamon which takes 1.6 seconds and then launch the client which takes ~0.5 seconds. Makes complete sense. Who needs a fast and responsive editor anyway? Not emacs users clearly. It's obviously much better to have to parse and interpret untyped code with every editor command then use fast compiled code. Also much better to emulate some features of a window manager within emacs than used a dedicated program designed for the distro/environment. It looks like you also have to use emacs' idea of a terminal rather than a standard terminal emulator to iter-operate within the emacs "system". You have the added bonus of juggling interacting configs for multiple distinct tasks within one programming environment rather than logically separating them. The Unix/Linux philosophy: Write a separate program for each specific task and transfer data between them will well-defined interfaces. Lispitis: The compulsion to rewrite every program in a slow untyped interpreted language with non-lexical scoping and no interfaces. Occasionally afflicts novice coders. Also see "spaghetti code".
@illiasukonnik9966 Жыл бұрын
I don't know, startup time never bothered me, I just don't close it ))
@thierrymichel93923 жыл бұрын
lucid vs. gtk: "When Emacs is compiled with Gtk+, closing a display kills Emacs."
@enno11623 жыл бұрын
alright dt, but HOW DO I SET UP A JAVA DEVELOPMENT EVIRONMENT IN EMACS???? I am new to emacs and doom emacs, I tried the (java +meghanada) and didn't like it so I wanted to set up java +lsp but my god is it confusing when normal documentation for how to set it up is for vanilla emacs and so the confusion is real when you want to do for doom emacs...
@draosf3 жыл бұрын
I actually moved to doom emacs, thanks to DT of course. To be honest I was wondering why my emacs linting for Rust is a bit slow, probably that's why. I would appreciate it if you do Rust configuration tutorial, and I couldn't get font ligatures to work well, still have these weird characters, Nerd fonts on my OS, using +fira flag didn't solve it, tried to `M-x package install` `fira-code-mode` and I got "wrong argument number error". Still learning, but I already love it.
@06kellyjac3 жыл бұрын
It is also just generally a bit slow to run rust linting because its got to work out all the ownership etc. Also it only runs when the file saves which gives an increased impression of lag. For getting it to work it should be as simple as setting up rustup so rust-analyzer is in your path and uncommenting the "rust +lsp line" in the doom config
@draosf3 жыл бұрын
@@06kellyjac Lovely rust community. I actually did all that, but still, there is some sort of delay, specially with big projects, it takes to seconds to catch a syntax error, two seconds to remove the error of corrected. Mostly I did something wrong somewhere.
@matejskulsky5746 Жыл бұрын
1.7s to boot is slow? Not bad for an OS in my opinion.
@Shinobi99X3 жыл бұрын
Alrighty then, I am exactly THAT new Emacs user :s
@aarohgokhale88322 жыл бұрын
On a rather fast computer (0.7-0.8 second load time on doom emacs) the daemon doesn't really do much in terms of getting a faster launch, but it takes up 180 MB of memory just idly. This seems wasteful. EDIT: I was WRONG!!! I don't know what was up on that day, but today I tried daemonizing emacs, and it truly does make a difference! Not just in the launch time, but also in the performance.
@derodomtommy37163 жыл бұрын
Glad to see a great illustration that emacs is really an operating system with an ok text editor tacked on
@johnwpierce33 жыл бұрын
hahaha
@DreamCodeLove Жыл бұрын
i still don't get why would anyone use vim like emacs ... why not just use vim instead ?
@yomam427711 күн бұрын
I want to use emacs, but I am not sure where to star, what to learn. if someone can help me it would be really amazing. Thanks :)
@logangraham29562 жыл бұрын
sorry, still going to do vim or vscodium for graphical. I don't need my text editor to do all this extra stuff, i just need it to edit text and do that single task well. with all these extra bells and whistles and what not that emacs has it just becomes cumbersome to use as just a text editor.
@syrefaen3 жыл бұрын
Vim is nice and so is Geany too. If I try out emacs again I won't do the same the same mistake, with using terminal and not gui version :D
@evildragon17743 жыл бұрын
That was a plot twist, i never know emacs was gui
@Zephyrus03 жыл бұрын
It's both
@backender2 жыл бұрын
10:55 - the fun thing is that I use emacs in terminal just to don't have all this distractive shit :)
@محمدفرج-ث7ذ3د3 жыл бұрын
Using emacs in tty with just emacs
@JaxxedNesmith2 жыл бұрын
A video on emacs on xorgless wayland works would be handy