Browse Source

Update 'Readme.md'

master
parent
commit
4cea85dc76
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      Readme.md

+ 4
- 2
Readme.md View File

@ -3,8 +3,7 @@
This is a basic configuration guide to setup Emacs for LaTeX projects. To work along this tutorial please be suro to have installed a minimal LaTeX installation. This is a basic configuration guide to setup Emacs for LaTeX projects. To work along this tutorial please be suro to have installed a minimal LaTeX installation.
## Emacs ## Emacs
![](https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.wikiwand.com%2Fen%2FGNU_Emacs&psig=AOvVaw1fFwVpIaI-jxOgwDUwzcdL&ust=1632244459330000&source=images&cd=vfe&ved=0CAsQjRxqFwoTCLiA0tyGjvMCFQAAAAAdAAAAABAE)
![](https://flaviocopes.com/linux-command-emacs/Screenshot%202019-02-10%20at%2012.14.18.png)
According with Wikipedia, GNU Emacs is a free software text editor. It was created by GNU Project founder Richard Stallman. In common with other varieties of Emacs, GNU Emacs is extensible using a Turing complete programming language. GNU Emacs has been called "the most powerful text editor available today". GNU Emacs is sometimes abbreviated as GNUMACS, especially to differentiate it from other EMACS variants. The tag line for GNU Emacs is "the extensible self-documenting text editor". According with Wikipedia, GNU Emacs is a free software text editor. It was created by GNU Project founder Richard Stallman. In common with other varieties of Emacs, GNU Emacs is extensible using a Turing complete programming language. GNU Emacs has been called "the most powerful text editor available today". GNU Emacs is sometimes abbreviated as GNUMACS, especially to differentiate it from other EMACS variants. The tag line for GNU Emacs is "the extensible self-documenting text editor".
@ -23,3 +22,6 @@ $ ln -s /home/user-name/folder/of/emacs-configuration/.emacs /home/user/.emacs
by doing this, we are going to link both files and register any modification. by doing this, we are going to link both files and register any modification.
## First run your configuration
When you run at first time Emacs, we have to check that configuration is Ok, and run some scripts to finish the configuration.

Loading…
Cancel
Save