I want to install ABS language package on Emacs but first i should add melpa to Emacs. It's instruction says "To add MELPA to your package-archives, put this in your init file:
(require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))".
Now i want to know where is this init file? I found ediff-init.el file in vc folder, is this a correct init file?
I want to find Emacs correct init file to add Melpa package-archives to install new things using ‘M-x package-list-packages’.
By the way Operating system that i have on machine is windows 10.