Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/6im0n/emacs-doom-config-for-epitech-student-
Better Emacs doom config (for epitech student)
https://github.com/6im0n/emacs-doom-config-for-epitech-student-
epitech epitech-project
Last synced: 7 days ago
JSON representation
Better Emacs doom config (for epitech student)
- Host: GitHub
- URL: https://github.com/6im0n/emacs-doom-config-for-epitech-student-
- Owner: 6im0n
- Created: 2022-10-28T20:17:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T12:25:31.000Z (about 2 years ago)
- Last Synced: 2024-12-05T13:13:31.634Z (2 months ago)
- Topics: epitech, epitech-project
- Language: Emacs Lisp
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emacs-doom-config (for epitech student)
**To install doom emacs :**
```
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.emacs.d~/.emacs.d/bin/doom install
```**To activate mouse control in doom emacs**
edit the file below :
```~/.doom.d/init.el```
uncomment the line with tty to activate it !
```
:os
(:if IS-MAC macos) ; improve compatibility with macOS
;;tty
``````
:os
(:if IS-MAC macos) ; improve compatibility with macOS
tty
```After that,
you need to reopen emacs and make ```alt + x``` and type ```doom/reload``` and wait to doom emacs get and
install package.you're done ! you now have the mouse control in your emacs-nox
**for epitech student: (add the snippet hedear plugin to doom emacs)**
in ``` ~/.doom.d/config.el```
add the tow lines :
```
(load! "std.el")
(load! "std_comment.el")
```get the two .el files in the repos and put it in :
```~/.doom.d/```