Where can I find my . emacs file for Emacs running on Windows? Within Emacs, ~ at the beginning of a file name is expanded to your HOME directory, so you can always find your emacs file with C-x C-f ~ emacs There's further information at HOME and Startup Directories on MS-Windows
Emacs in Windows - Stack Overflow How do you run Emacs in Windows? What is the best flavor of Emacs to use in Windows, and where can I download it? And where is the emacs file located?
Changing the default folder in Emacs - Stack Overflow You didn't say so, but it sounds like you're starting Emacs from a Windows shortcut The directory that you see with c-x c-f is the cwd, in Emacs terms, the default-directory (a variable) When you start Emacs using an MS Windows shortcut, the default-directory is initially the folder (directory) specified in the "Start In" field of the shortcut properties Right click the shortcut, select
Differences between Emacs and Vim - Stack Overflow What practical, objective differences are there between Emacs and Vim? For example, what can be done using one but not the other (or done more easily with one than the other)? What should I know in
Emacs: import a CSV into org-mode - Stack Overflow 57 Emacs has a very nice extension by the name of org-mode I would like to be able to easily load CSV files into org-mode without significant grief All I've been able to find is table-import or table-capture, which, simply put, don't work even approximately well
vim - How do I make git use the editor of my choice for editing commit . . . The real question What programmer on the face of the earth uses 'gedit'? Why is it the default on Ubuntu? Just because I understand how to setup ssh X-tunnel? I use emacs all the time, but spinning up vim from the shell to enter 2-20ish lines of text makes sense In emacs itself, use vc-mode The default should be vim and 3300+ votes proves why
what is custom-set-variables and faces in my . emacs? Yes, it's now conventional to have an ~ emacs d directory, containing an init el startup file which works like ~ emacs This lets you have a self-contained location in which to put your config even when it's split into multiple files, and installed elisp packages will also get placed in that directory if present