Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (16 loc) · 501 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 501 Bytes

Super_Emacs_Configuration

Extra works to reproduce this Emacs

  1. rg:
    sudo snap install rg --classic
  2. irony:
    I used 3.8 as last time
    sudo apt-get install llvm-<version>
    sudo apt-get install libclang-<version>
    M-x irony-install-server
  3. Elpy:
    Autocomplete: jedi
    Code checks: flake8
    !!! And ~/.config/flake8 !!!
    Automatic PEP8 formatting: autopep8
    Code formatting: yapf
    sudo pip3 install jedi flake8 autopep8 yapf