lexmsl / rc_emacs.from_config.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2023-05-12: Set up for SBCL, abandon doom emacs, but learn trheir set up

Project structure inspired by :

Set up

Ivy

https://oremacs.com/swiper/#installation

cd plugins 
git clone https://github.com/abo-abo/swiper
cd swiper && make compile

To clone

git clone git remote add origin https://github.com/av-maslov/emacs-minimal2.git ~/.emacs.d
git clone https://github.com/av-maslov/emacs-yasnippets.git ~/.emacs.d/plugins-yasnippet-snippets

Install ESS and Julia mode for it (CentOS)

wget https://ess.r-project.org/downloads/ess/ess-18.10.2.tgz
mkdir ESS
tar xzvf ess-18.10.2.tgz -C ESS/
rm ess-18.10.2.tgz
rm -r ESS/ess-18.10.2

or

git clone https://github.com/emacs-ess/ESS.git ~/ESS
git clone https://github.com/JuliaEditorSupport/julia-emacs.git ~/.emacs.d/plugins/

add

(add-to-list 'load-path "~/ESS/lisp")
(load "~/ESS/lisp/ess-site")

Errors

  • Mac: error: Invalid face, linum, caused by colors.el: ..linum, darkgrey theme?

For ESS-mode

For brackets auto-closed M-x electric-pair-mode NOT M-x paredit-mode which adds extra space

Install Fira Code font

Windows:

choco install firacode

For YA Snippet use

Shift TAB

see init.el

Some custom key-bindings

C-c S : easy motion 
C-l   : go to line
C RET : New line without breaking the current line
C TAB : other window 

Packages requiring installation from MELPA

M-x package-list-pcakages

or

M-x package-install

Packages requiring compilation

M-x byte-compile rainbow-delimiters.el 

Emacs minimal settings

Preinstalled packages:

About


Languages

Language:Emacs Lisp 73.0%Language:Common Lisp 19.3%Language:Ruby 4.1%Language:HTML 1.4%Language:YASnippet 1.0%Language:JavaScript 0.5%Language:Makefile 0.2%Language:SCSS 0.1%Language:Clojure 0.1%Language:CSS 0.1%Language:Objective-C 0.1%Language:TeX 0.0%Language:Roff 0.0%Language:Shell 0.0%Language:Python 0.0%Language:Objective-C++ 0.0%Language:Awk 0.0%